diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # libarchive
 
+# 3.0.4.2
+
+  * Package bounds for Hackage
+
 # 3.0.4.1
 
   * Bundled libarchive 3.7.1
diff --git a/libarchive.cabal b/libarchive.cabal
--- a/libarchive.cabal
+++ b/libarchive.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               libarchive
-version:            3.0.4.1
+version:            3.0.4.2
 license:            BSD-3-Clause
 license-file:       LICENSE
 copyright:          Copyright: (c) 2018-2020 Vanessa McHale
@@ -35,8 +35,8 @@
 
 custom-setup
     setup-depends:
-        base <=4,
-        Cabal <=3,
+        base <=5,
+        Cabal <=4,
         chs-cabal
 
 flag cross
