From 2f5b47b0f75f5258616b36fffcd2d33a16e3ddf7 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sun, 28 Mar 2021 22:21:56 -0500 Subject: [PATCH] chore: update changelog for v0.14.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01f571c..e8ea0194 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] + +## [v0.14.0] - 2021-03-28 +### Chores +- **CHANGELOG:** regenerate CHANGELOG with type-scope and KAC template ([#129](https://github.com/git-chglog/git-chglog/issues/129)) + +### Features +- add sprig template functions support ([#131](https://github.com/git-chglog/git-chglog/issues/131)) +- add `--sort [TYPE]` flag ([#78](https://github.com/git-chglog/git-chglog/issues/78)) + + ## [v0.13.0] - 2021-03-23 ### Chores @@ -332,7 +342,8 @@ - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.13.0...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.14.0...HEAD +[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 [v0.12.0]: https://github.com/git-chglog/git-chglog/compare/v0.11.2...v0.12.0 [v0.11.2]: https://github.com/git-chglog/git-chglog/compare/v0.11.1...v0.11.2