diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `hstratus` uses [PVP Versioning][1].
 
+## 0.1.1.2 -- 2026-07-30
+
+* Remove unused `xdg-basedir` dependency.
+
 ## 0.1.1.1 -- 2026-07-30
 
 * Relax `http-client-tls` upper bound to `<0.5`.
diff --git a/hstratus.cabal b/hstratus.cabal
--- a/hstratus.cabal
+++ b/hstratus.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               hstratus
-version:            0.1.1.1
+version:            0.1.1.2
 synopsis:           Unified CLI for iCloud services
 description:
   An @hstratus@ executable that provides subcommands for iCloud authentication,
@@ -50,7 +50,6 @@
     , optparse-applicative >=0.18 && <0.20
     , text                 >=1.2.3 && <2.2
     , time                 >=1.8 && <1.15
-    , xdg-basedir          >=0.2 && <0.3
   default-language: Haskell2010
   ghc-options:      -Wall -Wincomplete-uni-patterns -Wpartial-fields -fwarn-tabs
 
