diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ebird-cli
 
+## 0.3.0.1 -- 2023-12-16
+
+* Bump dependency on `ebird-client`.
+
 ## 0.3.0.0 -- 2023-12-16
 
 * Rename subregion items so subregion is one word.
diff --git a/ebird-cli.cabal b/ebird-cli.cabal
--- a/ebird-cli.cabal
+++ b/ebird-cli.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               ebird-cli
-version:            0.3.0.0
+version:            0.3.0.1
 synopsis:
     A command-line utility for interacting with the
     eBird API.
@@ -48,7 +48,7 @@
         Data.EBird.CLI
     build-depends:
         ebird-api    >= 0.2.0.0 && < 0.3
-      , ebird-client >= 0.2.0.0 && < 0.3
+      , ebird-client >= 0.2.0.1 && < 0.3
 
       , aeson                >= 1.5.6.0   && < 2.2
       , aeson-pretty         >= 0.8.8     && < 0.9
