Skip to content

Commit

Permalink
Bump version 0.1.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Sep 11, 2018
1 parent ee2ab24 commit 8bac913
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
This file is automatically generated by [git-chglog](https://github.com/git-chglog/git-chglog). Don't edit by hand.


<a name="v0.1.4"></a>
## [v0.1.4](https://github.com/mercari/tfnotify/compare/v0.1.3...v0.1.4) (2018-09-11)

### Pull Requests

* Merge pull request [#18](https://github.com/mercari/tfnotify/issues/18) from tkak/add-ghe-support
* Merge pull request [#17](https://github.com/mercari/tfnotify/issues/17) from mercari/add-maintainer
* Merge pull request [#16](https://github.com/mercari/tfnotify/issues/16) from mercari/dtan4/testcase-as-it-looks


<a name="v0.1.3"></a>
## [v0.1.3](https://github.com/mercari/tfnotify/compare/v0.1.2...v0.1.3) (2018-07-01)

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
const (
name = "tfnotify"
description = "Notify the execution result of terraform command"
version = "0.1.3"
version = "0.1.4"
)

type tfnotify struct {
Expand Down
2 changes: 1 addition & 1 deletion misc/scripts/bump-and-chglog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ git-chglog -o CHANGELOG.md --next-tag "v$next_version"
git commit -am "Bump version $next_version and update changelog"
git tag "v$next_version"

git push && git push --tags
# git push && git push --tags

0 comments on commit 8bac913

Please sign in to comment.