diff --git a/CHANGELOG.md b/CHANGELOG.md
index 56775e8b..1182cb7c 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.21](https://github.com/surveyjs/widgets/compare/v1.1.20...v1.1.21) (2019-11-19)
+
+
+
## [1.1.20](https://github.com/surveyjs/widgets/compare/v1.1.19...v1.1.20) (2019-11-12)
diff --git a/package.json b/package.json
index bc9cd52b..00a71e26 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
- "version": "1.1.20",
+ "version": "1.1.21",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env.buildType dev --watch",