diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7224376..2f0ce9a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ 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.1.4](https://github.com/mercari/tfnotify/compare/v0.1.3...v0.1.4) (2018-09-11)
+
+### Pull Requests
+
+* Merge pull request [#18](https://github.com/mercari/tfnotify/issues/18) from tkak/add-ghe-support
+* Merge pull request [#17](https://github.com/mercari/tfnotify/issues/17) from mercari/add-maintainer
+* Merge pull request [#16](https://github.com/mercari/tfnotify/issues/16) from mercari/dtan4/testcase-as-it-looks
+
+
## [v0.1.3](https://github.com/mercari/tfnotify/compare/v0.1.2...v0.1.3) (2018-07-01)
diff --git a/main.go b/main.go
index 5e136cf..fd26aaa 100644
--- a/main.go
+++ b/main.go
@@ -17,7 +17,7 @@ import (
const (
name = "tfnotify"
description = "Notify the execution result of terraform command"
- version = "0.1.3"
+ version = "0.1.4"
)
type tfnotify struct {
diff --git a/misc/scripts/bump-and-chglog.sh b/misc/scripts/bump-and-chglog.sh
index 598db19..efcd2ab 100755
--- a/misc/scripts/bump-and-chglog.sh
+++ b/misc/scripts/bump-and-chglog.sh
@@ -26,4 +26,4 @@ git-chglog -o CHANGELOG.md --next-tag "v$next_version"
git commit -am "Bump version $next_version and update changelog"
git tag "v$next_version"
-git push && git push --tags
+# git push && git push --tags