diff --git a/CHANGELOG.md b/CHANGELOG.md
index ca76426c..ff23253a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,5 +2,10 @@
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.
+
+## [1.0.35](https://github.com/surveyjs/widgets/compare/v1.0.34...v1.0.35) (2018-07-26)
+
+
+
## [1.0.34](https://github.com/surveyjs/widgets/compare/1.0.30...1.0.34) (2018-07-24)
diff --git a/package.json b/package.json
index 799d0dd3..e40398bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
- "version": "1.0.34",
+ "version": "1.0.35",
"scripts": {
"start": "npm run build && live-server",
"prebuild": "webpack --env.buildType dev",