diff --git a/CHANGELOG.md b/CHANGELOG.md
index daecd504b..389849df3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
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.24.1](https://github.com/TryGhost/Ghost-CLI/compare/1.24.0...1.24.1) (2023-07-03)
+
+
+### Bug Fixes
+
+* **acme:** fixed deployment not taking `_ecc` into account ([467d41b](https://github.com/TryGhost/Ghost-CLI/commit/467d41b))
+
+
+
# [1.24.0](https://github.com/TryGhost/Ghost-CLI/compare/1.23.1...1.24.0) (2022-12-02)
diff --git a/package.json b/package.json
index 5cb398525..8639258c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ghost-cli",
- "version": "1.24.0",
+ "version": "1.24.1",
"description": "CLI Tool for installing & updating Ghost",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",