diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8a8ab99f2061f54e5ac446789e51e9aa16ba513..63c8dd7ca2bc0e0b25459e394f9f424b5ce1a4a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file. See
 [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+## [1.0.17](https://github.com/LLK/scratch-gui/compare/v1.0.16...v1.0.17) (2022-10-16)
+
+
+### Bug Fixes
+
+* **deps:** update dependency scratch-paint to v1.1.20 ([8b2248b](https://github.com/LLK/scratch-gui/commit/8b2248bdefac8d541e4e2123958407779c362dd7))
+
 ## [1.0.16](https://github.com/LLK/scratch-gui/compare/v1.0.15...v1.0.16) (2022-10-16)
 
 
diff --git a/package-lock.json b/package-lock.json
index 75a3de560adc709e9ab15b12afabbbc877c2019d..2810e18ba869715a7dc4a21ce48c0c4b20b76320 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.16",
+  "version": "1.0.17",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index e445d2e01762e35e9f5f6c305a13e9f910d91338..daadadffbe5145ccc4b7aa6725e9709732a9180c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "scratch-gui",
-  "version": "1.0.16",
+  "version": "1.0.17",
   "description": "GraphicaL User Interface for creating and running Scratch 3.0 projects",
   "author": "Massachusetts Institute of Technology",
   "license": "BSD-3-Clause",