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

Commit 2bd278c

Browse files
authored
feat: updated changelog for v0.12.0 (#115)
1 parent be8d37c commit 2bd278c

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
v0.12.0
2+
=======
3+
4+
- Total issues resolved: **1**
5+
- Total pull requests resolved: **2**
6+
- Total contributors: **1**
7+
8+
Added
9+
-----
10+
11+
- [113: Ignore legacy tags in outdated](https://github.com/narrowspark/automatic/pull/113) thanks to @prisis
12+
- [96: use prefetcher in skeleton installer](https://github.com/narrowspark/automatic/issues/96) thanks to @prisis
13+
14+
Fixed
15+
-----
16+
17+
- [112: Fixing broken security tests](https://github.com/narrowspark/automatic/pull/112) thanks to @prisis
18+
119
v0.11.0
220
=======
321

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.11.0';
65+
public const VERSION = '0.12.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.11.0';
29+
public const VERSION = '0.12.0';
3030

3131
/**
3232
* @var string

0 commit comments

Comments
 (0)