Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 24427ea

Browse files
author
danielbannert
committed
update changelog and added informations about the security feature
1 parent e2979aa commit 24427ea

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.changelog

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
declare(strict_types=1);
33

44
use ChangelogGenerator\ChangelogConfig;
5+
use Narrowspark\Automatic\Automatic;
56

67
return [
78
(new ChangelogConfig(
89
'narrowspark',
910
'automatic',
10-
'v0.4.1',
11+
'v' . Automatic::VERSION,
1112
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
1213
))
1314
];

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.5.0
2+
3+
- Total issues resolved: **1**
4+
- Total pull requests resolved: **0**
5+
- Total contributors: **1**
6+
7+
### Added
8+
9+
- [63: show known security vulnerabilities for packages](https://github.com/narrowspark/automatic/issues/63) thanks to @prisis
10+
111
## v0.4.1
212

313
- Total issues resolved: **2**

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ With the below example you can see how to add a skip tag to Narrowspark Automati
135135
}
136136
}
137137
```
138+
Automatic Security Audit
139+
------------
140+
Narrowspark Automatic shows you on every `composer install` and `composer update` known security vulnerabilities for your installed dependencies based on [FriendsOfPHP/security-advisories](https://github.com/FriendsOfPHP/security-advisories) database.
138141

139142
Testing
140143
-------------

0 commit comments

Comments
 (0)