diff --git a/CHANGELOG.md b/CHANGELOG.md index c94acda55..e5314ee8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Changelog ## [Unreleased] -- Created a ENV variable to check if the captcha is enable -- Added action into API to update project + +## [1.8.0] 2017-09-06 +### Added +- Action into API to update project +- ENV variable to check if the captcha is enable + +### Changed +- Adjust ESLint config and solve issues ## [1.7.0] 2017-09-04 ### Added @@ -142,7 +148,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com) and this project adheres to [Semantic Versioning](http://semver.org). -[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.7.0...HEAD +[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.8.0...HEAD [1.0.0]: https://github.com/Codeminer42/cm42-central/tree/v1.0.0 [1.1.0]: https://github.com/Codeminer42/cm42-central/tree/v1.1.0 [1.1.1]: https://github.com/Codeminer42/cm42-central/tree/v1.1.1 @@ -156,3 +162,4 @@ and this project adheres to [Semantic Versioning](http://semver.org). [1.5.0]: https://github.com/Codeminer42/cm42-central/tree/v1.5.0 [1.6.0]: https://github.com/Codeminer42/cm42-central/tree/v1.6.0 [1.7.0]: https://github.com/Codeminer42/cm42-central/tree/v1.7.0 +[1.8.0]: https://github.com/Codeminer42/cm42-central/tree/v1.8.0