diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `icloud-notes` uses [PVP Versioning][1].
 
+## 0.1.0.1 -- 2026-07-30
+
+* Relax `hstratus-auth` upper bound to `<0.3`.
+
 ## 0.1.0.0 -- 2026-07-28
 
 * Initial version.
diff --git a/hstratus-notes.cabal b/hstratus-notes.cabal
--- a/hstratus-notes.cabal
+++ b/hstratus-notes.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hstratus-notes
-version:            0.1.0.0
+version:            0.1.0.1
 synopsis:           Access iCloud Notes
 description:
   Browse notes and folders from iCloud Notes using an authenticated session
@@ -44,7 +44,7 @@
   build-depends:
     , base                         >=4.12 && <5
     , bytestring                   >=0.10.8 && <0.11 || >=0.11.3 && <0.13
-    , hstratus-auth                >=0.1 && <0.2
+    , hstratus-auth                >=0.1 && <0.3
     , hstratus-notes:hstratus-notes-internal
     , text                         >=1.2.3 && <2.2
     , time                         >=1.9 && <1.15
@@ -70,7 +70,7 @@
     , containers           >=0.6 && <0.8
     , http-client          >=0.5 && <0.8
     , http-types           >=0.12.1 && <0.13
-    , hstratus-auth        >=0.1 && <0.2
+    , hstratus-auth        >=0.1 && <0.3
     , proto3-suite         >=0.7 && <0.11
     , proto3-wire          >=1.0 && <2
     , text                 >=1.2.3 && <2.2
@@ -104,7 +104,7 @@
     , hspec                        >=2.1 && <3
     , http-client                  >=0.5 && <0.8
     , http-types                   >=0.12.1 && <0.13
-    , hstratus-auth                >=0.1 && <0.2
+    , hstratus-auth                >=0.1 && <0.3
     , hstratus-notes
     , hstratus-notes:hstratus-notes-internal
     , proto3-wire                  >=1.0 && <2
