diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for cabal-plan-bounds
 
-## 0.1 -- YYYY-mm-dd
+## 0.1.0.1 -- 2023-01-04
+
+* GHC-9.2.4 compat
+
+## 0.1 -- 2023-01-04
 
 * First version. Released on an unsuspecting world.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -156,3 +156,4 @@
 * A `--check` mode that does not touch the `.cabal` file, but fails if it would
   change it (for CI).
 * Update the `tested-with` field accordig to the compiler versions used.
+* Release a statically built binary, for faster use in other project’s CI systems.
diff --git a/cabal-plan-bounds.cabal b/cabal-plan-bounds.cabal
--- a/cabal-plan-bounds.cabal
+++ b/cabal-plan-bounds.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               cabal-plan-bounds
-version:            0.1
+version:            0.1.0.1
 synopsis:           Derives cabal bounds from build plans
 description:
   Manually curated dependency version ranges tend to become a lie: They likely
@@ -32,7 +32,7 @@
     main-is:          Main.hs
     ghc-options:      -Wall
     other-modules:    ReplaceDependencies
-    build-depends:    base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.4.0 || ^>=4.17.0.0,
+    build-depends:    base ^>=4.14.3.0 || ^>=4.15.1.0 || ^>=4.16.3.0 || ^>=4.17.0.0,
                       Cabal-syntax ^>=3.8.1.0,
                       cabal-plan ^>=0.7.2.3,
                       optparse-applicative ^>=0.17.0.0,
