From c3ee5604292e474ee969031f853bcac4e284076c Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Sat, 13 Mar 2021 21:57:11 -0600 Subject: [PATCH] chore: update changelog for v0.11.2 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753c421e..91038d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] + +## [v0.11.2] - 2021-03-13 +### Bug Fixes +- `--template` and `--repository-url` flags not being used ([#119](https://github.com/git-chglog/git-chglog/issues/119)) + ## [v0.11.1] - 2021-03-12 @@ -177,7 +182,8 @@ https://github.com/git-chglog/git-chglog/releases/download/v/git-chglog - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.11.2...HEAD +[v0.11.2]: https://github.com/git-chglog/git-chglog/compare/v0.11.1...v0.11.2 [v0.11.1]: https://github.com/git-chglog/git-chglog/compare/v0.11.0...v0.11.1 [v0.11.0]: https://github.com/git-chglog/git-chglog/compare/v0.10.0...v0.11.0 [v0.10.0]: https://github.com/git-chglog/git-chglog/compare/0.9.1...v0.10.0