From c257740de96dc4c79988e4301604fda46262e836 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Fri, 16 Apr 2021 07:17:02 -0500 Subject: [PATCH] chore: update changelog for v0.14.2 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f51baf..9db1d249 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,22 @@ ## [Unreleased] + +## [v0.14.2] - 2021-04-14 +### Bug Fixes +- add CommitGroupTitleOrder back to Options ([#143](https://github.com/git-chglog/git-chglog/issues/143)) + +### Chores +- **deps:** update alpine docker tag to v3.13.5 ([#144](https://github.com/git-chglog/git-chglog/issues/144)) + + ## [v0.14.1] - 2021-04-13 ### Bug Fixes - **template:** address regression in string functions for template engine ([#142](https://github.com/git-chglog/git-chglog/issues/142)) ### Chores +- update changelog for v0.14.1 - add docker target to Makefile ([#138](https://github.com/git-chglog/git-chglog/issues/138)) - add make release target ([#130](https://github.com/git-chglog/git-chglog/issues/130)) - **deps:** update alpine docker tag to v3.13.4 ([#136](https://github.com/git-chglog/git-chglog/issues/136)) @@ -357,7 +367,8 @@ - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.14.2...HEAD +[v0.14.2]: https://github.com/git-chglog/git-chglog/compare/v0.14.1...v0.14.2 [v0.14.1]: https://github.com/git-chglog/git-chglog/compare/v0.14.0...v0.14.1 [v0.14.0]: https://github.com/git-chglog/git-chglog/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/git-chglog/git-chglog/compare/v0.12.0...v0.13.0