diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6be3ab21be..2e15fa406d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
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.
+
+# [0.98.0](https://github.com/surveyjs/surveyjs/compare/v0.97.0...v0.98.0) (2017-12-06)
+
+
+
# [0.97.0](https://github.com/surveyjs/surveyjs/compare/v0.96.3...v0.97.0) (2017-11-28)
diff --git a/package.json b/package.json
index b7b95c610e..bb8c330500 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"doc_update": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && ts-node doc_generator/lib_docupdater.ts",
"lint": "tslint ./src/**/*.ts -t verbose"
},
- "version": "0.97.0",
+ "version": "0.98.0",
"name": "surveyjs",
"private": true,
"devDependencies": {