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

Commit f6c702d

Browse files
authored
updated changelog (#107)
1 parent 234cf7a commit f6c702d

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
v0.11.0
2+
=======
3+
4+
- Total issues resolved: **3**
5+
- Total pull requests resolved: **1**
6+
- Total contributors: **1**
7+
8+
Added
9+
-----
10+
11+
- [106: CopyFromPackageConfigurator should copy folder with files in it](https://github.com/narrowspark/automatic/issues/106) thanks to @prisis
12+
- [103: add disable-exit on security command](https://github.com/narrowspark/automatic/issues/103) thanks to @prisis
13+
14+
Fixed
15+
-----
16+
17+
- [104: Dont run onPostCreateProject, runSkeletonGenerator and initAutoScripts on global composer](https://github.com/narrowspark/automatic/issues/104) thanks to @prisis
18+
- [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
19+
120
v0.10.0
221
=======
322

src/Automatic/Automatic.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface
6262
/**
6363
* @var string
6464
*/
65-
public const VERSION = '0.10.0';
65+
public const VERSION = '0.11.0';
6666

6767
/**
6868
* @var string

src/Security/SecurityPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SecurityPlugin implements PluginInterface, EventSubscriberInterface, Capab
2626
/**
2727
* @var string
2828
*/
29-
public const VERSION = '0.10.0';
29+
public const VERSION = '0.11.0';
3030

3131
/**
3232
* @var string

0 commit comments

Comments
 (0)