diff --git a/CHANGELOG.md b/CHANGELOG.md index 7522724..a7fa630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - 2021-02-25 +## [Unreleased] - 2021-03-01 ### Added @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [v0.2.1] - 2021-03-01 + +### Fixed + +- Fix Markdown errors + ## [0.2.0] - 2021-03-01 ### Added @@ -69,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...HEAD +[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v0.0.1