From a0d2b3b40ea4a8156f99dec903a675260548e7be Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 12 Jan 2018 12:23:49 +0100 Subject: [PATCH] updated changelog --- CHANGELOG.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5628de..21e4773 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [UNRELEASED] - -### Changed - -- Some internal code cleanup +## [0.7.1] - 2018-01-12 ### Added -- Added more tests +- Added more tests for 100% code coverage - Added php7.2 to travis +### Changed + +- Some internal code cleanup + ## [0.7.0] - 2017-12-14 ### Added @@ -64,7 +64,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). First version -[UNRELEASED]: https://github.com/oscarotero/middleland/compare/v0.7.0...HEAD +[0.7.1]: https://github.com/oscarotero/middleland/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/oscarotero/middleland/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/oscarotero/middleland/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/oscarotero/middleland/compare/v0.4.0...v0.5.0