Skip to content

Commit

Permalink
Bump version 0.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Oct 30, 2018
1 parent 57d648a commit f180309
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ 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.2.0"></a>
## [v0.2.0](https://github.com/mercari/tfnotify/compare/v0.1.4...v0.2.0) (2018-10-30)

### Pull Requests

* Merge pull request [#23](https://github.com/mercari/tfnotify/issues/23) from isaoshimizu/add_support_codebuild
* Merge pull request [#21](https://github.com/mercari/tfnotify/issues/21) from mercari/dtan4/correct-codeowners
* Merge pull request [#22](https://github.com/mercari/tfnotify/issues/22) from mercari/dtan4/fix-golint-path
* Merge pull request [#19](https://github.com/mercari/tfnotify/issues/19) from mizzy/title-option


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

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.4"
version = "0.2.0"
)

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 f180309

Please sign in to comment.