CHANGELOG.md in circleci-coverage_reporter-0.5.0 vs CHANGELOG.md in circleci-coverage_reporter-0.6.0
- old
+ new
@@ -4,10 +4,17 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [0.6.0] - 2017-05-30
+### Changed
+- Refactor how to implement reporter. Now a reporter consists of a single ruby class
+
+### Removed
+- Remove template configuration
+
## [0.5.0] - 2017-05-18
### Added
- Add Link reporter
## [0.4.0] - 2017-03-18
@@ -58,10 +65,11 @@
## 0.1.0 - 2017-03-12
### Added
- Initial release
-[Unreleased]: https://github.com/increments/circleci-coverage_reporter/compare/v0.5.0...HEAD
+[Unreleased]: https://github.com/increments/circleci-coverage_reporter/compare/v0.6.0...HEAD
+[0.6.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.3.1...v0.4.0
[0.3.1]: https://github.com/increments/circleci-coverage_reporter/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/increments/circleci-coverage_reporter/compare/v0.1.3...v0.2.0