From 4d8b2b6be794b14fb959ea917f75eec974b79b14 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Tue, 23 Mar 2021 14:14:31 -0500 Subject: [PATCH] chore: update changelog for v0.13.0 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d11499a..413a6068 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.13.0] - 2021-03-23 +### Features +- add support for rendering .Body after .Subject as part of list ([#121](https://github.com/git-chglog/git-chglog/issues/121)) + ## [v0.12.0] - 2021-03-20 ### Chore @@ -196,7 +201,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.12.0...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/v0.13.0...HEAD +[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 [v0.11.1]: https://github.com/git-chglog/git-chglog/compare/v0.11.0...v0.11.1