diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,14 @@
-## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.2...main)
+## [_Unreleased_](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.4...main)
 
 None
+
+## [v1.0.0.4](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.3...v1.0.0.4)
+
+- Bring `base` bound back in to fix release
+
+## [v1.0.0.3](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.2...v1.0.0.3)
+
+- Remove dependencies upper bounds
 
 ## [v1.0.0.2](https://github.com/freckle/hspec-junit-formatter/compare/v1.0.0.1...v1.0.0.2)
 
diff --git a/hspec-junit-formatter.cabal b/hspec-junit-formatter.cabal
--- a/hspec-junit-formatter.cabal
+++ b/hspec-junit-formatter.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               hspec-junit-formatter
-version:            1.0.0.2
+version:            1.0.0.4
 license:            MIT
 license-file:       LICENSE
 copyright:          2021 Renaissance Learning Inc
@@ -43,14 +43,14 @@
 
     build-depends:
         base >=4.14.1.0 && <5,
-        conduit >=1.3.4.1 && <1.4,
-        directory >=1.3.6.0 && <1.4,
-        exceptions >=0.10.4 && <0.11,
-        hashable >=1.3.0.0 && <1.4,
-        hspec >=2.7.8 && <2.8,
-        hspec-core >=2.7.8 && <2.8,
-        resourcet >=1.2.4.2 && <1.3,
-        temporary ==1.3.*,
-        text >=1.2.4.1 && <1.3,
-        xml-conduit >=1.9.1.0 && <1.10,
-        xml-types >=0.3.8 && <0.4
+        conduit >=1.3.4.1,
+        directory >=1.3.6.0,
+        exceptions >=0.10.4,
+        hashable >=1.3.0.0,
+        hspec >=2.7.8,
+        hspec-core >=2.7.8,
+        resourcet >=1.2.4.2,
+        temporary >=1.3,
+        text >=1.2.4.1,
+        xml-conduit >=1.9.1.0,
+        xml-types >=0.3.8
