From cb878aff2a3c267482265af9942d1525a016078e Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Fri, 4 May 2018 17:35:49 +0900 Subject: [PATCH] release: Release 0.6.0 --- CHANGELOG.md | 11 ++++++++++- cmd/git-chglog/version.go | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e3b3ed..681b0c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,17 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html) + ## [Unreleased] + +## [0.6.0] - 2018-05-04 +### Features +- Add tag name header id for keep-a-changelog template + + + ## [0.5.0] - 2018-05-04 ### Bug Fixes - Add unreleased commits section to keep-a-changelog template [#15](https://github.com/git-chglog/git-chglog/issues/15) @@ -99,7 +107,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.5.0...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.6.0...HEAD +[0.6.0]: https://github.com/git-chglog/git-chglog/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/git-chglog/git-chglog/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/git-chglog/git-chglog/compare/0.3.3...0.4.0 [0.3.3]: https://github.com/git-chglog/git-chglog/compare/0.3.2...0.3.3 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index c70f072e..d1602680 100644 --- a/cmd/git-chglog/version.go +++ b/cmd/git-chglog/version.go @@ -1,4 +1,4 @@ package main // Version of git-chglog cli client -const Version = "0.5.0" +const Version = "0.6.0"