Skip to content

Commit

Permalink
Bump version 0.3.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Sep 20, 2019
1 parent 371e957 commit 6daaa65
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


<a name="v0.3.2"></a>
## [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


<a name="v0.3.1"></a>
## [v0.3.1](https://github.com/mercari/tfnotify/compare/v0.3.0...v0.3.1) (2019-07-30)

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.3.1"
version = "0.3.2"
)

type tfnotify struct {
Expand Down

0 comments on commit 6daaa65

Please sign in to comment.