diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3c9be55..f95005cb 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.
+
+## [1.0.46](https://github.com/surveyjs/widgets/compare/v1.0.45...v1.0.46) (2018-09-26)
+
+
+
## [1.0.45](https://github.com/surveyjs/widgets/compare/v1.0.44...v1.0.45) (2018-09-25)
diff --git a/package.json b/package.json
index 29a01c9c..e7bd7d80 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
- "version": "1.0.45",
+ "version": "1.0.46",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env.buildType dev --watch",