diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for cli-extras
 
+## 0.1.0.2
+
+* Loosen aeson, which, ansi-terminal version bounds
+
 ## 0.1.0.1
 
 * Loosen version bounds. Support GHC 8.8.4.
diff --git a/cli-extras.cabal b/cli-extras.cabal
--- a/cli-extras.cabal
+++ b/cli-extras.cabal
@@ -1,6 +1,6 @@
 cabal-version:      >=1.10
 name:               cli-extras
-version:            0.1.0.1
+version:            0.1.0.2
 license:            BSD3
 license-file:       LICENSE
 copyright:          Obsidian Systems LLC 2020
@@ -39,8 +39,8 @@
   default-language: Haskell2010
   ghc-options:      -Wall -fobject-code
   build-depends:
-      aeson           >=1.4.4.0  && <1.5
-    , ansi-terminal   >=0.9.1    && <0.10
+      aeson           >=1.4.4.0  && <1.6
+    , ansi-terminal   >=0.9.1    && <0.12
     , base            >=4.12.0.0 && <4.15
     , bytestring      >=0.10.8.2 && <0.11
     , containers      >=0.6.0.1  && <0.7
@@ -56,7 +56,7 @@
     , text            >=1.2.3.1  && <1.3
     , time            >=1.8.0.2  && <1.12
     , transformers    >=0.5.6.2  && <0.6
-    , which           >=0.2      && <0.3
+    , which           >=0.1      && <0.3
 
 source-repository head
   type:     git
