diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `icloud-auth` uses [PVP Versioning][1].
 
+## 0.1.0.1 -- 2026-07-28
+
+* Update package metadata.
+
 ## 0.1.0.0 -- 2026-07-20
 
 * Initial version.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# hstratus-auth — unofficial authentication for iCloud services
+# hstratus-auth — authentication for iCloud services
 
 `hstratus-auth` authenticates with iCloud using Apple ID credentials stored on
 disk.  The full sign-in flow — SRP credential exchange followed by any required
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.1.0.0
+version:            0.1.0.1
 synopsis:           Authenticate with iCloud
 description:
   Authenticate with iCloud using Apple ID credentials stored on disk.
@@ -14,7 +14,9 @@
   without warning if Apple changes their authentication protocol.
 license:            BSD-3-Clause
 license-file:       LICENSE
+author:             Tim Emiola
 maintainer:         Tim Emiola <adetokunbo@emio.la>
+copyright:          (c) 2026 Tim Emiola
 category:           Network
 build-type:         Simple
 tested-with:
