From 6050f20bcdb0cb4915ffd5a36efdefa29989861d Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Mon, 23 Sep 2019 21:20:01 +0900 Subject: [PATCH] docs: Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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