diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for bluesky-tools
 
+## 0.6.0.6 -- 2026-06-02
+
+* Allow base-4.22 for ghc-9.14
+* Allow http-api-data-0.7
+
 ## 0.6.0.4 -- 2025-08-02
 
 * Fix HTTPS resolution to use the correct URL.
diff --git a/bluesky-tools.cabal b/bluesky-tools.cabal
--- a/bluesky-tools.cabal
+++ b/bluesky-tools.cabal
@@ -1,7 +1,7 @@
 cabal-version:      3.4
 
 name:               bluesky-tools
-version:            0.6.0.4
+version:            0.6.0.6
 synopsis:           Tools for interacting with Bluesky / AT Protocol
 description:
   bluesky-tools provides tools that I've found useful while trying to integrate
@@ -45,11 +45,11 @@
   build-depends:
     aeson >=2.1 && < 2.3,
     async ^>=2.2,
-    base >=4.18 && < 4.22,
+    base >=4.18 && <4.23,
     bytestring >= 0.10 && < 0.13,
     containers >=0.6 && < 0.9,
     dns ^>=4.2,
-    http-api-data >= 0.5 && < 0.7,
+    http-api-data >=0.5 && <0.8,
     http-client ^>=0.7,
     http-types ^>=0.12,
     network-uri ^>=2.6,
@@ -66,6 +66,6 @@
     Did
     Handle
   build-depends:
-    base >=4.18 && < 4.22,
+    base >=4.18 && <4.23,
     bluesky-tools,
     text >=2.0 && <2.2,
