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

Commit

Permalink
updated changelog (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis authored Dec 11, 2018
1 parent 234cf7a commit f6c702d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
v0.11.0
=======

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

Added
-----

- [106: CopyFromPackageConfigurator should copy folder with files in it](https://github.com/narrowspark/automatic/issues/106) thanks to @prisis
- [103: add disable-exit on security command](https://github.com/narrowspark/automatic/issues/103) thanks to @prisis

Fixed
-----

- [104: Dont run onPostCreateProject, runSkeletonGenerator and initAutoScripts on global composer](https://github.com/narrowspark/automatic/issues/104) thanks to @prisis
- [102: fixed automatic auto-scripts not to throw a exception if array is a n…](https://github.com/narrowspark/automatic/pull/102) thanks to @prisis

v0.10.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 @@ -62,7 +62,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface
/**
* @var string
*/
public const VERSION = '0.10.0';
public const VERSION = '0.11.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.10.0';
public const VERSION = '0.11.0';

/**
* @var string
Expand Down

0 comments on commit f6c702d

Please sign in to comment.