From 6daaa65dc975122bedfcdce2d8e69828d10c1c84 Mon Sep 17 00:00:00 2001 From: b4b4r07 Date: Fri, 20 Sep 2019 16:57:19 +0900 Subject: [PATCH] Bump version 0.3.2 and update changelog --- CHANGELOG.md | 16 ++++++++++++++++ main.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01892b8..dbb13bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,22 @@ 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.2](https://github.com/mercari/tfnotify/compare/v0.3.1...v0.3.2) (2019-09-20) + +### Added + +* **core:** Support GitLab CI as new CI +* **core:** Support drone as new CI +* **core:** Support TeamCity as new CI + +### Pull Requests + +* Merge pull request [#38](https://github.com/mercari/tfnotify/issues/38) from kterada0509/feature/add-support-for-gitlab +* Merge pull request [#39](https://github.com/mercari/tfnotify/issues/39) from kterada0509/feature/add-support-for-jenkins +* Merge pull request [#28](https://github.com/mercari/tfnotify/issues/28) from genert/master + + ## [v0.3.1](https://github.com/mercari/tfnotify/compare/v0.3.0...v0.3.1) (2019-07-30) diff --git a/main.go b/main.go index 244bd52..321c308 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.3.1" + version = "0.3.2" ) type tfnotify struct {