diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,8 +1,12 @@
-## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.1...master)
+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.2...main)
 
 None
 
-## [v0.1.0.1](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.0...bcp47-orphans-v0.1.0.1)
+## [v0.1.0.2](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.1...bcp47-orphans-v0.1.0.2)
+
+- Relax bounds
+
+## [v0.1.0.1](https://github.com/freckle/bcp47/compare/v0.1.0.0...bcp47-orphans-v0.1.0.1)
 
 - Instances for `HttpApiData` [#10](https://github.com/freckle/bcp47/pull/10)
 
diff --git a/bcp47-orphans.cabal b/bcp47-orphans.cabal
--- a/bcp47-orphans.cabal
+++ b/bcp47-orphans.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               bcp47-orphans
-version:            0.1.0.1
+version:            0.1.0.2
 license:            MIT
 license-file:       LICENSE
 copyright:          2019 Freckle Education
@@ -34,15 +34,15 @@
     default-language: Haskell2010
     build-depends:
         base >=4.7 && <5,
-        bcp47 >=0.2.0.0 && <0.3,
+        bcp47 >=0.2.0.1 && <0.3,
         cassava >=0.5.2.0 && <0.6,
         errors >=2.3.0 && <2.4,
-        esqueleto >=3.3.4.1 && <3.4,
+        esqueleto >=3.4.0.1 && <3.5,
         hashable >=1.3.0.0 && <1.4,
         http-api-data >=0.4.1.1 && <0.5,
         path-pieces >=0.2.1 && <0.3,
-        persistent >=2.10.5.3 && <2.11,
-        text >=1.2.4.0 && <1.3
+        persistent >=2.11.0.2 && <2.12,
+        text >=1.2.4.1 && <1.3
 
 test-suite spec
     type:             exitcode-stdio-1.0
@@ -57,11 +57,11 @@
 
     default-language: Haskell2010
     build-depends:
-        QuickCheck >=2.13.2 && <2.14,
+        QuickCheck >=2.14.2 && <2.15,
         base >=4.7 && <5,
-        bcp47 >=0.2.0.0 && <0.3,
+        bcp47 >=0.2.0.1 && <0.3,
         bcp47-orphans -any,
         cassava >=0.5.2.0 && <0.6,
-        hspec >=2.7.4 && <2.8,
+        hspec >=2.7.8 && <2.8,
         path-pieces >=0.2.1 && <0.3,
-        persistent >=2.10.5.3 && <2.11
+        persistent >=2.11.0.2 && <2.12
