diff --git a/.bumpy/publish-recovery.md b/.bumpy/publish-recovery.md
deleted file mode 100644
index 774152f..0000000
--- a/.bumpy/publish-recovery.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@varlock/bumpy': minor
----
-
-feat: publish recovery with draft GitHub releases and removal of aggregate release mode
diff --git a/.bumpy/use-pat-for-releases.md b/.bumpy/use-pat-for-releases.md
deleted file mode 100644
index ce54174..0000000
--- a/.bumpy/use-pat-for-releases.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@varlock/bumpy': patch
----
-
-Use `BUMPY_GH_TOKEN` for GitHub release creation so releases trigger downstream workflows. Also adds token redaction to error messages in `withPatToken` and the new `withReleaseToken` helper to prevent leakage in CI logs.
diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md
index 92159db..76b4545 100644
--- a/packages/bumpy/CHANGELOG.md
+++ b/packages/bumpy/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 1.10.0
+
+2026-05-27
+
+- [#84](https://github.com/dmno-dev/bumpy/pull/84) - feat: publish recovery with draft GitHub releases and removal of aggregate release mode
+- [#85](https://github.com/dmno-dev/bumpy/pull/85) _(patch)_ - Use `BUMPY_GH_TOKEN` for GitHub release creation so releases trigger downstream workflows. Also adds token redaction to error messages in `withPatToken` and the new `withReleaseToken` helper to prevent leakage in CI logs.
+
## 1.9.2
2026-05-25
diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json
index 46dd1d0..1727428 100644
--- a/packages/bumpy/package.json
+++ b/packages/bumpy/package.json
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
- "version": "1.9.2",
+ "version": "1.10.0",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",