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

Commit

Permalink
feat : updated changelog (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Nov 22, 2019
1 parent 3aa3263 commit e22d690
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changelog
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ return [
(new ChangelogConfig(
'narrowspark',
'configurators',
'v0.7.0',
'v0.8.0',
['Added', 'Changed', 'Deprecated', 'Removed', 'Fixed', 'Security']
))
];
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
======

Expand Down

0 comments on commit e22d690

Please sign in to comment.