diff --git a/CHANGELOG.md b/CHANGELOG.md
index bd4c73a4..d0d4aafa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
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.
+
+# [3.0.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v2.6.0...v3.0.0) (2019-06-21)
+
+
+### Code Refactoring
+
+* replace the package mockserver to graylog-mock-server ([cbb3545](https://github.com/suzuki-shunsuke/go-graylog/commit/cbb3545)), closes [#114](https://github.com/suzuki-shunsuke/go-graylog/issues/114)
+
+
+### BREAKING CHANGES
+
+* remove the package mockserver
+
+https://github.com/suzuki-shunsuke/graylog-mock-server
+
+
+
# [2.6.0](https://github.com/suzuki-shunsuke/go-graylog/compare/v2.5.0...v2.6.0) (2019-06-20)
diff --git a/package-lock.json b/package-lock.json
index a39d004a..05a0c32a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "version": "2.6.0",
+ "version": "3.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 1b2d4f7e..e9f93873 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "version": "2.6.0",
+ "version": "3.0.0",
"scripts": {
"release": "standard-version",
"test": "bash scripts/test.sh",