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
danielbannert committed Oct 1, 2018
1 parent b4d60b8 commit 80a50e9
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.5

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

### Fixed

- [88: fixed env value, should always be a string](https://github.com/narrowspark/automatic/pull/88) thanks to @prisis

## v0.8.4

- 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.4';
public const VERSION = '0.8.5';

/**
* @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.4';
public const VERSION = '0.8.5';

/**
* @var string
Expand Down

0 comments on commit 80a50e9

Please sign in to comment.