diff --git a/CHANGELOG.md b/CHANGELOG.md
index c34773dd..ed063f16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
 
 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.
 
+### [2.29.2](https://github.com/alexa/ask-cli/compare/v2.29.1...v2.29.2) (2023-04-19)
+
+### Bug Fixes
+
+* [#455](https://github.com/alexa/ask-cli/issues/455) latest code was not waiting for nodemon ([393e36e](https://github.com/alexa/ask-cli/commit/393e36e8a9f93568befeffdeaf73edc0a3bba63f))
+* correct faulty error message for `ask smapi` command ([fb2d0d7](https://github.com/alexa/ask-cli/commit/fb2d0d782e61bf8e7dda1ca5e2283892f33c5a8e))
+* update aws sdk to v3 ([fd96a52](https://github.com/alexa/ask-cli/commit/fd96a52acd459f99b58c4483888c9713aba81815))
+
+
 ## [2.28.0](https://github.com/alexa/ask-cli/compare/v2.27.0...v2.28.0) (2022-08-15)
 
 
diff --git a/package-lock.json b/package-lock.json
index a4b9a09d..f4e13299 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "ask-cli",
-  "version": "2.29.1",
+  "version": "2.29.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "ask-cli",
-      "version": "2.29.1",
+      "version": "2.29.2",
       "hasInstallScript": true,
       "license": "Apache 2.0",
       "dependencies": {
diff --git a/package.json b/package.json
index fe9f4b6d..45d8a36a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ask-cli",
-  "version": "2.29.1",
+  "version": "2.29.2",
   "description": "Alexa Skills Kit (ASK) Command Line Interfaces",
   "bin": {
     "ask": "dist/bin/ask.js"