diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,10 @@
-## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.3...main)
+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.4...main)
 
 None
+
+## [v0.1.0.4](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.3...bcp47-orphans-v0.1.0.4)
+
+- Release without dependencies upper bounds
 
 ## [v0.1.0.3](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.2...bcp47-orphans-v0.1.0.3)
 
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.3
+version:            0.1.0.4
 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.3 && <0.3,
-        cassava >=0.5.2.0 && <0.6,
-        errors >=2.3.0 && <2.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.11.0.2 && <2.13,
-        text >=1.2.4.1 && <1.3
+        bcp47 >=0.2.0.4,
+        cassava >=0.5.2.0,
+        errors >=2.3.0,
+        esqueleto >=3.4.0.1,
+        hashable >=1.3.0.0,
+        http-api-data >=0.4.1.1,
+        path-pieces >=0.2.1,
+        persistent >=2.11.0.2,
+        text >=1.2.4.1
 
 test-suite spec
     type:             exitcode-stdio-1.0
@@ -57,11 +57,11 @@
 
     default-language: Haskell2010
     build-depends:
-        QuickCheck >=2.14.2 && <2.15,
+        QuickCheck >=2.14.2,
         base >=4.7 && <5,
-        bcp47 >=0.2.0.3 && <0.3,
+        bcp47 >=0.2.0.4,
         bcp47-orphans -any,
-        cassava >=0.5.2.0 && <0.6,
-        hspec >=2.7.8 && <2.8,
-        path-pieces >=0.2.1 && <0.3,
-        persistent >=2.11.0.2 && <2.13
+        cassava >=0.5.2.0,
+        hspec >=2.7.8,
+        path-pieces >=0.2.1,
+        persistent >=2.11.0.2
