Skip to content

Commit

Permalink
release: Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wadackel committed May 4, 2018
1 parent f97c6a0 commit cb878af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<a name="unreleased"></a>
## [Unreleased]


<a name="0.6.0"></a>
## [0.6.0] - 2018-05-04
### Features
- Add tag name header id for keep-a-changelog template


<a name="0.5.0"></a>
## [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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cmd/git-chglog/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main

// Version of git-chglog cli client
const Version = "0.5.0"
const Version = "0.6.0"

0 comments on commit cb878af

Please sign in to comment.