diff --git a/.bumpy/add-changelog-false-flag.md b/.bumpy/add-changelog-false-flag.md
deleted file mode 100644
index 83e283f..0000000
--- a/.bumpy/add-changelog-false-flag.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@varlock/bumpy': minor
----
-
-Added a `$changelog: false` reserved frontmatter key for bump files, which omits a file's body from the changelog and release notes while still applying its version bump. Clearer than relying on a blank body, and lets you keep notes for reviewers. A per-package `changelog: false` option in the nested form suppresses the entry for just some of a file's packages.
diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md
index 75dc8a9..d2c5e29 100644
--- a/packages/bumpy/CHANGELOG.md
+++ b/packages/bumpy/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 1.16.0
+
+2026-06-23
+
+- [#131](https://github.com/dmno-dev/bumpy/pull/131) _(minor)_
+ Added a `$changelog: false` reserved frontmatter key for bump files, which omits a file's body from the changelog and release notes while still applying its version bump. Clearer than relying on a blank body, and lets you keep notes for reviewers. A per-package `changelog: false` option in the nested form suppresses the entry for just some of a file's packages.
+
## 1.15.2
2026-06-23
diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json
index df674f1..6c06f39 100644
--- a/packages/bumpy/package.json
+++ b/packages/bumpy/package.json
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
- "version": "1.15.2",
+ "version": "1.16.0",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",