Skip to content

Commit

Permalink
Bump version 0.5.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Jan 6, 2020
1 parent 8396848 commit a5cff80
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.5.0"></a>
## [v0.5.0](https://github.com/mercari/tfnotify/compare/v0.4.0...v0.5.0) (2020-01-06)

### Pull Requests

* Merge pull request [#58](https://github.com/mercari/tfnotify/issues/58) from mercari/dtan4/optional-disable-html-escape
* Merge pull request [#59](https://github.com/mercari/tfnotify/issues/59) from mercari/dtan4/tidy-up-devel-deps


<a name="v0.4.0"></a>
## [v0.4.0](https://github.com/mercari/tfnotify/compare/v0.3.3...v0.4.0) (2019-12-16)

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.4.0"
version = "0.5.0"
)

type tfnotify struct {
Expand Down

0 comments on commit a5cff80

Please sign in to comment.