Skip to content

Commit

Permalink
Bump version 0.3.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Sep 24, 2019
1 parent 6a93b2e commit f3008ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ 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.3"></a>
## [v0.3.3](https://github.com/mercari/tfnotify/compare/v0.3.2...v0.3.3) (2019-09-24)

### Changed

* **misc:** Add new release method

### Pull Requests

* Merge pull request [#45](https://github.com/mercari/tfnotify/issues/45) from chroju/fix-5
* Merge pull request [#48](https://github.com/mercari/tfnotify/issues/48) from ryok-0319/enable-slack-env-vars


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

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.2"
version = "0.3.3"
)

type tfnotify struct {
Expand Down

0 comments on commit f3008ac

Please sign in to comment.