Skip to content

Commit

Permalink
Bump version 0.3.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jan 16, 2019
1 parent 12d2630 commit a2baf6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ 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.0"></a>
## [v0.3.0](https://github.com/mercari/tfnotify/compare/v0.2.0...v0.3.0) (2019-01-16)

### Pull Requests

* Merge pull request [#27](https://github.com/mercari/tfnotify/issues/27) from is2ei/support-typetalk
* Merge pull request [#26](https://github.com/mercari/tfnotify/issues/26) from is2ei/update-go-github-version


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

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.2.0"
version = "0.3.0"
)

type tfnotify struct {
Expand Down

0 comments on commit a2baf6b

Please sign in to comment.