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

Commit 80a50e9

Browse files
author
danielbannert
committed
update changelog
1 parent b4d60b8 commit 80a50e9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.8.5
2+
3+
- Total issues resolved: **0**
4+
- Total pull requests resolved: **1**
5+
- Total contributors: **1**
6+
7+
### Fixed
8+
9+
- [88: fixed env value, should always be a string](https://github.com/narrowspark/automatic/pull/88) thanks to @prisis
10+
111
## v0.8.4
212

313
- Total issues resolved: **0**

src/Automatic/Automatic.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Automatic implements PluginInterface, EventSubscriberInterface
6161
/**
6262
* @var string
6363
*/
64-
public const VERSION = '0.8.4';
64+
public const VERSION = '0.8.5';
6565

6666
/**
6767
* @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.8.4';
29+
public const VERSION = '0.8.5';
3030

3131
/**
3232
* @var string

0 commit comments

Comments
 (0)