From a5cff80783325d50707f6e06d571017c5f84b6af Mon Sep 17 00:00:00 2001 From: Daisuke Fujita Date: Mon, 6 Jan 2020 18:07:56 +0900 Subject: [PATCH] Bump version 0.5.0 and update changelog --- CHANGELOG.md | 9 +++++++++ main.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5479cd0..e27f587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. + +## [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 + + ## [v0.4.0](https://github.com/mercari/tfnotify/compare/v0.3.3...v0.4.0) (2019-12-16) diff --git a/main.go b/main.go index 126bfeb..46448c3 100644 --- a/main.go +++ b/main.go @@ -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 {