diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,11 @@
 
 `icloud-auth` uses [PVP Versioning][1].
 
+## 0.2.0.1 -- 2026-07-30
+
+* Relax `http-client-tls` upper bound to `<0.5`.
+* Relax `QuickCheck` upper bound to `<2.17`.
+
 ## 0.2.0.0 -- 2026-07-30
 
 * Remove `hstratus-auth-cli` sublibrary; move `Network.HStratus.Http.Cli` into the main library.
diff --git a/hstratus-auth.cabal b/hstratus-auth.cabal
--- a/hstratus-auth.cabal
+++ b/hstratus-auth.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hstratus-auth
-version:            0.2.0.0
+version:            0.2.0.1
 synopsis:           Authenticate with iCloud
 description:
   Authenticate with iCloud using Apple ID credentials stored on disk.
@@ -61,7 +61,7 @@
     , directory            >=1.3 && <1.4
     , filepath             >=1.4 && <1.6
     , http-client          >=0.5 && <0.8
-    , http-client-tls      >=0.3 && <0.4
+    , http-client-tls      >=0.3 && <0.5
     , http-types           >=0.12.1 && <0.13
     , random               >=1.1 && <1.4
     , simple-prompt        >=0.2 && <0.3
@@ -146,7 +146,7 @@
     , hspec                >=2.1 && < 3.0
     , http-client          >=0.5 && <0.8
     , http-types
-    , QuickCheck           >= 2.13 && < 2.16
+    , QuickCheck           >= 2.13 && < 2.17
     , temporary            >= 1.2 && < 1.4
     , hstratus-auth
     , silently             >= 1.2 && < 1.3
