diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `icloud-drive` 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/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
 # hstratus-drive — access to iCloud Drive
 
-`hstratus-drive` browses and downloads files from iCloud Drive using an
+`hstratus-drive` browses, downloads, and mutates files in iCloud Drive using an
 authenticated session from [`hstratus-auth`](https://github.com/adetokunbo/hstratus/tree/main/hstratus-auth/).
 
-Provides access to the main CloudDocs tree: fetching the root folder,
-listing folder contents, downloading files, and mutating the tree (create,
-rename, delete, upload).
+The library provides access to the main CloudDocs tree: fetching the root
+folder, listing folder contents, downloading files, and mutating the tree
+(create, rename, delete, upload).
 
 
 ## Disclaimer — use at your own risk
@@ -17,7 +17,7 @@
 ## Usage
 
 After a successful login with `hstratus-auth`, construct a `DriveApi` value and
-use it to browse or download files.
+use it to browse, download, or mutate files.
 
 ### Browsing
 
diff --git a/hstratus-drive.cabal b/hstratus-drive.cabal
--- a/hstratus-drive.cabal
+++ b/hstratus-drive.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hstratus-drive
-version:            0.1.0.0
+version:            0.1.0.1
 synopsis:           Access iCloud Drive
 description:
   Browse and download files from iCloud Drive 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-drive:hstratus-drive-internal
     , text                 >=1.2.3 && <2.2
     , time                 >=1.8 && <1.15
@@ -66,7 +66,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
     , text                 >=1.2.3 && <2.2
     , time                 >=1.9 && <1.15
     , vector               >=0.12 && <0.14
@@ -93,7 +93,7 @@
     , hspec                >=2.1 && <3.0
     , 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-drive
     , hstratus-drive:hstratus-drive-internal
     , temporary            >=1.2 && <1.4
