Skip to content

Commit

Permalink
Bump version 0.1.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed May 29, 2018
1 parent 9d0e234 commit 0488e70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ 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.1.1"></a>
## [v0.1.1](https://github.com/mercari/tfnotify/compare/v0.1.0...v0.1.1) (2018-05-29)

### Added

* **core:** Initial commit

### Changed

* **misc:** Use --next-tag in bump script

### Pull Requests

* Merge pull request [#7](https://github.com/mercari/tfnotify/issues/7) from mercari/improve-detail-tag
* Merge pull request [#6](https://github.com/mercari/tfnotify/issues/6) from nownabe/readme


<a name="v0.1.0"></a>
## v0.1.0 (2018-04-07)

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.0"
version = "0.1.1"
)

type tfnotify struct {
Expand Down

0 comments on commit 0488e70

Please sign in to comment.