diff --git a/.bumpy/yarn-catalogs-yarnrc.md b/.bumpy/yarn-catalogs-yarnrc.md
deleted file mode 100644
index 4067130..0000000
--- a/.bumpy/yarn-catalogs-yarnrc.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@varlock/bumpy': patch
----
-
-Load Yarn catalogs from `.yarnrc.yml`. Yarn (>=4.10) stores catalog definitions in `.yarnrc.yml` under the `catalog`/`catalogs` keys (the same shape pnpm uses in `pnpm-workspace.yaml`), but catalog loading only read `pnpm-workspace.yaml` and `package.json`, so Yarn workspaces always saw an empty catalog map. Catalog loading and the check command's catalog diff now consult the package manager's own YAML file (`.yarnrc.yml` for Yarn).
diff --git a/packages/bumpy/CHANGELOG.md b/packages/bumpy/CHANGELOG.md
index d05b4aa..2ed0cbe 100644
--- a/packages/bumpy/CHANGELOG.md
+++ b/packages/bumpy/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 1.18.1
+
+2026-07-03
+
+- [#149](https://github.com/dmno-dev/bumpy/pull/149) _(patch)_
+ Load Yarn catalogs from `.yarnrc.yml`. Yarn (>=4.10) stores catalog definitions in `.yarnrc.yml` under the `catalog`/`catalogs` keys (the same shape pnpm uses in `pnpm-workspace.yaml`), but catalog loading only read `pnpm-workspace.yaml` and `package.json`, so Yarn workspaces always saw an empty catalog map. Catalog loading and the check command's catalog diff now consult the package manager's own YAML file (`.yarnrc.yml` for Yarn).
+
## 1.18.0
2026-06-26
diff --git a/packages/bumpy/package.json b/packages/bumpy/package.json
index 3c8d598..3842e00 100644
--- a/packages/bumpy/package.json
+++ b/packages/bumpy/package.json
@@ -1,6 +1,6 @@
{
"name": "@varlock/bumpy",
- "version": "1.18.0",
+ "version": "1.18.1",
"description": "Modern monorepo versioning and changelog tool",
"keywords": [
"bump",