Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
updated changelog (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Dec 10, 2018
1 parent 25fcddd commit 7d3f701
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======

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.9.0';
public const VERSION = '0.10.0';

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

/**
* @var string
Expand Down

0 comments on commit 7d3f701

Please sign in to comment.