diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efedacf..25792b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +v0.10.0 +======= + +- Total issues resolved: **2** +- Total pull requests resolved: **0** +- Total contributors: **1** + +Added +----- + + - [99: Add php7.3 support](https://github.com/narrowspark/automatic/issues/99) thanks to @prisis + - [98: Add prettyci](https://github.com/narrowspark/automatic/issues/98) thanks to @prisis + v0.9.0 ====== diff --git a/src/Automatic/Automatic.php b/src/Automatic/Automatic.php index 63b4c558..d5c8081d 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.9.0'; + public const VERSION = '0.10.0'; /** * @var string diff --git a/src/Security/SecurityPlugin.php b/src/Security/SecurityPlugin.php index 7c388b9a..47f368de 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.9.0'; + public const VERSION = '0.10.0'; /** * @var string