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 12, 2018
1 parent be4f6a3 commit cc08147
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.6

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

### Changed

- [89: changed \n to PHP_EOL](https://github.com/narrowspark/automatic/pull/89) thanks to @prisis

## v0.8.5

- 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.5';
public const VERSION = '0.8.6';

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

/**
* @var string
Expand Down

0 comments on commit cc08147

Please sign in to comment.