diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-## [*Unreleased*](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.1...master)
+## [*Unreleased*](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.2...master)
 
 None
+
+## [v1.0.0.2](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.1...v1.0.0.2)
+
+- Add explicit and relaxed `aeson` and `text` bounds
 
 ## [v1.0.0.1](https://github.com/freckle/hspec-expectations-json/compare/v1.0.0.0...v1.0.0.1)
 
diff --git a/hspec-expectations-json.cabal b/hspec-expectations-json.cabal
--- a/hspec-expectations-json.cabal
+++ b/hspec-expectations-json.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            hspec-expectations-json
-version:         1.0.0.1
+version:         1.0.0.2
 license:         MIT
 license-file:    LICENSE
 copyright:       2020 Freckle Education
@@ -59,11 +59,11 @@
     build-depends:
         Diff >=0.4.0 && <0.5,
         HUnit >=1.6.1.0 && <1.7,
-        aeson >=1.4.7.1 && <1.5,
+        aeson >=1.4.7.1 && <1.6,
         aeson-pretty >=0.8.8 && <0.9,
         base >=4.11 && <4.15,
         scientific >=0.3.6.2 && <0.4,
-        text >=1.2.4.0 && <1.3,
+        text >1.2 && <1.4,
         unordered-containers >=0.2.10.0 && <0.3,
         vector >=0.12.1.2 && <0.13
 
