From a2baf6b571c53d2413bc0b70993df70f252e36e3 Mon Sep 17 00:00:00 2001 From: b4b4r07 Date: Wed, 16 Jan 2019 16:46:48 +0900 Subject: [PATCH] Bump version 0.3.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 198d073..b04f0d9 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.3.0](https://github.com/mercari/tfnotify/compare/v0.2.0...v0.3.0) (2019-01-16) + +### Pull Requests + +* Merge pull request [#27](https://github.com/mercari/tfnotify/issues/27) from is2ei/support-typetalk +* Merge pull request [#26](https://github.com/mercari/tfnotify/issues/26) from is2ei/update-go-github-version + + ## [v0.2.0](https://github.com/mercari/tfnotify/compare/v0.1.4...v0.2.0) (2018-10-30) diff --git a/main.go b/main.go index 4b2fca7..eb9e8c2 100644 --- a/main.go +++ b/main.go @@ -18,7 +18,7 @@ import ( const ( name = "tfnotify" description = "Notify the execution result of terraform command" - version = "0.2.0" + version = "0.3.0" ) type tfnotify struct {