diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1e5a5f42..3db71cc6 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.24](https://github.com/surveyjs/widgets/compare/v1.1.23...v1.1.24) (2019-12-10)
+
+
+
## [1.1.23](https://github.com/surveyjs/widgets/compare/v1.1.22...v1.1.23) (2019-12-03)
diff --git a/package.json b/package.json
index b78b7684..1ac931e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "surveyjs-widgets",
- "version": "1.1.23",
+ "version": "1.1.24",
"scripts": {
"start": "npm run build && live-server",
"watch": "webpack --env.buildType dev --watch",