From eee5e61cd5f24a3bd720d3c2a0e4b143e74c2a7b Mon Sep 17 00:00:00 2001 From: andrerpbts Date: Mon, 4 Sep 2017 15:58:51 -0300 Subject: [PATCH] Update CHNAGELOG for 1.7.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8091de06b..203991890 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.7.0] 2017-09-04 ### Added - Enables rubocop Metrics/AbcSize - Enabled PerceivedComplexity rubocop metric @@ -138,7 +140,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.6.0...HEAD +[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.7.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 @@ -151,3 +153,4 @@ and this project adheres to [Semantic Versioning](http://semver.org). [1.4.2]: https://github.com/Codeminer42/cm42-central/tree/v1.4.2 [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