CHANGELOG.md in lolcommits-sample_plugin-0.1.2 vs CHANGELOG.md in lolcommits-sample_plugin-0.2.0

- old
+ new

@@ -1,16 +1,23 @@ # ChangeLog All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](KeepAChangelog) and this project -adheres to [Semantic Versioning](Semver). +The format is based on [Keep a Changelog][KeepAChangelog] and this project +adheres to [Semantic Versioning][Semver]. ## [Unreleased] - Your contribution here! +## [0.2.0] - 2019-04-24 +### Removed +- Support for Ruby < 2.3 (older rubies no longer supported) + +### Added +- `frozen_string_literal: true` to all ruby files + ## [0.1.2] - 2018-05-24 ### Changed - CHANGELOG updated and tags fixed ## [0.1.1] - 2018-05-24 @@ -37,10 +44,11 @@ ## [0.0.1] - 2017-12-23 ### Changed - Initial release -[Unreleased]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.2...v0.2.0 [0.1.2]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.3...v0.1.0 [0.0.3]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/lolcommits/lolcommits-sample_plugin/compare/v0.0.1...v0.0.2