diff --git a/CHANGELOG.md b/CHANGELOG.md
index e66789e6..8813ae42 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.1.11](https://github.com/surveyjs/widgets/compare/v1.1.10...v1.1.11) (2019-09-13)
+
+
+
## [1.1.10](https://github.com/surveyjs/widgets/compare/v1.1.9...v1.1.10) (2019-09-11)
diff --git a/package.json b/package.json
index b255815b..3924e445 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
- "version": "1.1.10",
+ "version": "1.1.11",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env.buildType dev --watch",