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

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Sep 30, 2018
1 parent 2c21f34 commit 5b5c0dd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.8.4

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

### Fixed

- [87: moved skeleton generate before the dependencies install](https://github.com/narrowspark/automatic/pull/87) thanks to @prisis

## v0.8.3

- Total issues resolved: **0**
Expand Down
2 changes: 1 addition & 1 deletion src/Automatic/Automatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface
/**
* @var string
*/
public const VERSION = '0.8.3';
public const VERSION = '0.8.4';

/**
* @var string
Expand Down
2 changes: 1 addition & 1 deletion src/Security/SecurityPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SecurityPlugin implements PluginInterface, EventSubscriberInterface, Capab
/**
* @var string
*/
public const VERSION = '0.8.3';
public const VERSION = '0.8.4';

/**
* @var string
Expand Down

0 comments on commit 5b5c0dd

Please sign in to comment.