From e22d690e8e328164ac22871337fdf5ab4451cf88 Mon Sep 17 00:00:00 2001 From: Daniel Bannert Date: Fri, 22 Nov 2019 10:07:12 +0100 Subject: [PATCH] feat : updated changelog (#34) --- .changelog | 2 +- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/.changelog b/.changelog index 130f696..40408a3 100644 --- a/.changelog +++ b/.changelog @@ -7,7 +7,7 @@ return [ (new ChangelogConfig( 'narrowspark', 'configurators', - 'v0.7.0', + 'v0.8.0', ['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security'] )) ]; diff --git a/CHANGELOG.md b/CHANGELOG.md index f3db712..47e5e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +v0.8.0 +====== + +- Total issues resolved: **4** +- Total pull requests resolved: **1** +- Total contributors: **1** + +Added +----- + + - [6: Add issue template](https://github.com/narrowspark/configurators/issues/6) thanks to @prisis + +Changed +------- + + - [33: applying new coding standard](https://github.com/narrowspark/configurators/issues/33) thanks to @prisis + +Removed +------- + + - [32: removed proxy configurator](https://github.com/narrowspark/configurators/issues/32) thanks to @prisis + +Fixed +----- + + - [29: fix : fixed wrong php version in phpstan workflow](https://github.com/narrowspark/configurators/pull/29) thanks to @prisis + - [31: fix phpstan errors](https://github.com/narrowspark/configurators/issues/31) thanks to @prisis + v0.7.0 ======