diff --git a/CHANGELOG.md b/CHANGELOG.md
index 97ce4f3e0..af8e15022 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+# [3.25.0](https://github.com/oclif/core/compare/3.24.0...3.25.0) (2024-03-12)
+
+
+### Features
+
+* show truncated help on some errors ([#1004](https://github.com/oclif/core/issues/1004)) ([7133a97](https://github.com/oclif/core/commit/7133a9725c1308e6b203d7e6fc192f529a9f48d1))
+
+
+
 # [3.24.0](https://github.com/oclif/core/compare/3.23.1...3.24.0) (2024-03-11)
 
 
diff --git a/package.json b/package.json
index d5c66c9ef..4bc42fa39 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "@oclif/core",
   "description": "base library for oclif CLIs",
-  "version": "3.24.0",
+  "version": "3.25.0",
   "author": "Salesforce",
   "bugs": "https://github.com/oclif/core/issues",
   "dependencies": {