Skip to content

Commit

Permalink
Bump version 0.4.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Dec 16, 2019
1 parent dea6b1f commit b463ba5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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.4.0"></a>
## [v0.4.0](https://github.com/mercari/tfnotify/compare/v0.3.3...v0.4.0) (2019-12-16)

### Pull Requests

* Merge pull request [#52](https://github.com/mercari/tfnotify/issues/52) from mercari/dtan4/notify-deletion
* Merge pull request [#53](https://github.com/mercari/tfnotify/issues/53) from mercari/dtan4/use-latest-reviewdog-binary
* Merge pull request [#51](https://github.com/mercari/tfnotify/issues/51) from fukubaka0825/fix/ci_codebuild


<a name="v0.3.3"></a>
## [v0.3.3](https://github.com/mercari/tfnotify/compare/v0.3.2...v0.3.3) (2019-09-24)

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

type tfnotify struct {
Expand Down

0 comments on commit b463ba5

Please sign in to comment.