diff --git a/CHANGELOG.md b/CHANGELOG.md
index a305b483..478e766e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [2.3.3](https://github.com/suzuki-shunsuke/go-graylog/compare/v2.3.2...v2.3.3) (2019-05-20)
+
+
+### Bug Fixes
+
+* make some terraform resource fields's ForceNew true ([2ad4551](https://github.com/suzuki-shunsuke/go-graylog/commit/2ad4551)), closes [#101](https://github.com/suzuki-shunsuke/go-graylog/issues/101)
+
+
+
## [2.3.2](https://github.com/suzuki-shunsuke/go-graylog/compare/v2.3.1...v2.3.2) (2019-05-19)
diff --git a/package-lock.json b/package-lock.json
index 524829bd..4439f98a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "version": "2.3.2",
+ "version": "2.3.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 36506bad..014baa51 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.3.2",
+ "version": "2.3.3",
"scripts": {
"release": "standard-version",
"test": "bash scripts/test.sh",