Skip to content

Commit

Permalink
Bump version 0.1.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Jun 30, 2018
1 parent 8d46acb commit de9e872
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
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.1.3"></a>
## [v0.1.3](https://github.com/mercari/tfnotify/compare/v0.1.2...v0.1.3) (2018-07-01)

### Pull Requests

* Merge pull request [#14](https://github.com/mercari/tfnotify/issues/14) from mercari/tweak-dup-cond
* Merge pull request [#15](https://github.com/mercari/tfnotify/issues/15) from mercari/update-lint
* Merge pull request [#12](https://github.com/mercari/tfnotify/issues/12) from TomFaulkner/patch-1


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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ coverage: devel-deps
goverage -v -covermode=atomic -coverprofile=coverage.txt $(PACKAGES)

.PHONY: release
release: devel-deps
release:
@./misc/scripts/bump-and-chglog.sh
@./misc/scripts/upload-artifacts.sh

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

type tfnotify struct {
Expand Down

0 comments on commit de9e872

Please sign in to comment.