Skip to content

Commit

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

### Added

* **core:** Make CI link available in template

### Pull Requests

* Merge pull request [#9](https://github.com/mercari/tfnotify/issues/9) from mercari/add-ci-link


<a name="v0.1.1"></a>
## [v0.1.1](https://github.com/mercari/tfnotify/compare/v0.1.0...v0.1.1) (2018-05-29)

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.1"
version = "0.1.2"
)

type tfnotify struct {
Expand Down

0 comments on commit 48681c8

Please sign in to comment.