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

Commit 8d9503d

Browse files
author
danielbannert
committed
update changelog
1 parent c01242f commit 8d9503d

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v0.8.0
2+
3+
- Total issues resolved: **5**
4+
- Total pull requests resolved: **4**
5+
- Total contributors: **1**
6+
7+
### Added
8+
9+
- [73: Add documentation about dont-discover](https://github.com/narrowspark/automatic/issues/73) thanks to @prisis
10+
- [72: Add symfony flex to the readme](https://github.com/narrowspark/automatic/issues/72) thanks to @prisis
11+
12+
### Changed
13+
14+
- [77: changed extra key for composer scripts configurator](https://github.com/narrowspark/automatic/pull/77) thanks to @prisis
15+
- [76: changed post-install-out to post-messages](https://github.com/narrowspark/automatic/pull/76) thanks to @prisis
16+
- [75: split audit to a new component and composer plugin](https://github.com/narrowspark/automatic/pull/75) thanks to @prisis
17+
18+
### Changed,Fixed
19+
20+
- [74: Refactor Install, Update and Uninstall Events in Automatic](https://github.com/narrowspark/automatic/pull/74) thanks to @prisis
21+
122
## v0.7.0
223

324
- Total issues resolved: **2**

src/Automatic/Automatic.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface
6060
/**
6161
* @var string
6262
*/
63-
public const VERSION = '0.7.0';
63+
public const VERSION = '0.8.0';
6464

6565
/**
6666
* @var string

src/Security/SecurityPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class SecurityPlugin implements PluginInterface, EventSubscriberInterface, Capab
3030
/**
3131
* @var string
3232
*/
33-
public const VERSION = '0.7.0';
33+
public const VERSION = '0.8.0';
3434

3535
/**
3636
* @var string

0 commit comments

Comments
 (0)