diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b5ec343..f88562b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] + +## [0.9.1] - 2019-09-23 + + +## [0.9.0] - 2019-09-23 +### Bug Fixes +- Fixing tests on windows + +### Features +- Add --tag-filter-pattern flag. + + ## [0.8.0] - 2019-02-23 ### Features @@ -130,6 +142,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html [Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.8.0...HEAD +[0.9.1]: https://github.com/git-chglog/git-chglog/compare/0.9.0...0.9.1 +[0.9.0]: https://github.com/git-chglog/git-chglog/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/git-chglog/git-chglog/compare/0.7.1...0.8.0 [0.7.1]: https://github.com/git-chglog/git-chglog/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/git-chglog/git-chglog/compare/0.6.0...0.7.0