diff --git a/.bumpy/fix-postinstall-breaking-installs.md b/.bumpy/fix-postinstall-breaking-installs.md
deleted file mode 100644
index 79d53ee..0000000
--- a/.bumpy/fix-postinstall-breaking-installs.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-fledgling: patch
----
-
-Fix `npx fledgling` (and every other install) doing nothing at all. The `postinstall: lefthook install` script ran on end-user installs, but `lefthook` is a devDependency and isn't there — so the script exited 127, npm aborted the install before ever reaching the `bin`, and since npm swallows script output at the default loglevel you got zero output and no error. Moved git-hook installation to `prepare`, which runs in the repo and before publish but not for consumers installing from the registry.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d0d8ad..d68305d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
+
+## 1.2.1
+2026-07-30
+
+- [#10](https://github.com/dmno-dev/fledgling/pull/10) *(patch)*
+ Fix `npx fledgling` (and every other install) doing nothing at all. The `postinstall: lefthook install` script ran on end-user installs, but `lefthook` is a devDependency and isn't there — so the script exited 127, npm aborted the install before ever reaching the `bin`, and since npm swallows script output at the default loglevel you got zero output and no error. Moved git-hook installation to `prepare`, which runs in the repo and before publish but not for consumers installing from the registry.
+
## 1.2.0
2026-07-15
diff --git a/package.json b/package.json
index 03ff2c7..a0571fe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "fledgling",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "🐣 Hatch your new npm package safely - claim the name on npm and set up / sync trusted publishing settings, for one package or a whole monorepo.",
"keywords": [
"npm",