diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c250b3c5..8d7ae6dff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
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.19.0](https://github.com/TryGhost/Ghost-CLI/compare/1.18.2...1.19.0) (2022-03-23)
+
+
+### Bug Fixes
+
+* **major:** allowed auto major upgrades when theme has warnings ([7ad1f93](https://github.com/TryGhost/Ghost-CLI/commit/7ad1f93))
+
+
+### Features
+
+* **deprecation:** added notice when using a deprecated database ([fbe7a2d](https://github.com/TryGhost/Ghost-CLI/commit/fbe7a2d))
+
+
+
## [1.18.2](https://github.com/TryGhost/Ghost-CLI/compare/1.18.1...1.18.2) (2022-03-11)
diff --git a/package.json b/package.json
index d60ce5d80..9bed5cd60 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ghost-cli",
- "version": "1.18.2",
+ "version": "1.19.0",
"description": "CLI Tool for installing & updating Ghost",
"author": "Ghost Foundation",
"homepage": "https://ghost.org",