From 1eda5eee8514dbc42be810579aaa33fd3f35d80c Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Sun, 30 Sep 2018 11:06:58 +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 528d7765..51954780 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v0.8.3 + +- Total issues resolved: **0** +- Total pull requests resolved: **1** +- Total contributors: **1** + +### Fixed + + - [86: added missing configurators after reset](https://github.com/narrowspark/automatic/pull/86) thanks to @prisis + ## v0.8.2 - Total issues resolved: **0** diff --git a/src/Automatic/Automatic.php b/src/Automatic/Automatic.php index a92733b7..eed78dc9 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.2'; + public const VERSION = '0.8.3'; /** * @var string diff --git a/src/Security/SecurityPlugin.php b/src/Security/SecurityPlugin.php index 116023e7..d11c148a 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.2'; + public const VERSION = '0.8.3'; /** * @var string