diff --git a/CHANGELOG.md b/CHANGELOG.md
index b4ab94a..712a956 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,20 @@
+
+## [3.1.1](https://github.com/wise-team/steem-wise-cli/compare/v3.1.0...v3.1.1) (2019-01-31)
+
+
+### Bug Fixes
+
+* fix [#36](https://github.com/wise-team/steem-wise-cli/issues/36) this.getLogger is not a function ([8e7a672](https://github.com/wise-team/steem-wise-cli/commit/8e7a672))
+
+
+### Features
+
+* add mocked send-voteorder unit test ([5469ebf](https://github.com/wise-team/steem-wise-cli/commit/5469ebf))
+* split integration test with its coverage ([1d38f29](https://github.com/wise-team/steem-wise-cli/commit/1d38f29))
+* update nodeJS to 10.15 ([1225562](https://github.com/wise-team/steem-wise-cli/commit/1225562))
+
+
+
# [3.1.0](https://github.com/wise-team/steem-wise-cli/compare/v3.1.0-rc.1...v3.1.0) (2018-12-20)
diff --git a/package.json b/package.json
index fc16658..262aab3 100644
--- a/package.json
+++ b/package.json
@@ -106,4 +106,4 @@
"bugs": {
"url": "https://github.com/wise-team/steem-wise-cli/issues"
}
-}
+}
\ No newline at end of file