From cc08147bf94f3f4ffb71d84f6fb8ab1a78fe12a8 Mon Sep 17 00:00:00 2001 From: danielbannert Date: Fri, 12 Oct 2018 14:21:21 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ src/Automatic/Automatic.php | 2 +- src/Security/SecurityPlugin.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eec872c..7d70684e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** diff --git a/src/Automatic/Automatic.php b/src/Automatic/Automatic.php index f5e443fd..7be3735b 100644 --- a/src/Automatic/Automatic.php +++ b/src/Automatic/Automatic.php @@ -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 diff --git a/src/Security/SecurityPlugin.php b/src/Security/SecurityPlugin.php index 15d0feb2..cd28e9f8 100644 --- a/src/Security/SecurityPlugin.php +++ b/src/Security/SecurityPlugin.php @@ -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