Skip to content

Commit

Permalink
Bump version 0.3.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jul 30, 2019
1 parent 674833f commit 7e0cdd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.3.1"></a>
## [v0.3.1](https://github.com/mercari/tfnotify/compare/v0.3.0...v0.3.1) (2019-07-30)

### Pull Requests

* Merge pull request [#41](https://github.com/mercari/tfnotify/issues/41) from fumikony/codebuild-envvar
* Merge pull request [#32](https://github.com/mercari/tfnotify/issues/32) from mdolinin/bugfix/add-travis-ci-build-url-to-config
* Merge pull request [#31](https://github.com/mercari/tfnotify/issues/31) from is2ei/fix-test
* Merge pull request [#30](https://github.com/mercari/tfnotify/issues/30) from is2ei/fix-comment


<a name="v0.3.0"></a>
## [v0.3.0](https://github.com/mercari/tfnotify/compare/v0.2.0...v0.3.0) (2019-01-16)

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

type tfnotify struct {
Expand Down

0 comments on commit 7e0cdd4

Please sign in to comment.