diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,11 +5,17 @@
 
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
 
-## 0.3.3.4 - 2023-03-06
+## 0.3.3.5 - 2023-03-06
 
+### Added
+
  - Nix 2.14 support
 
  - Nix 2.13 support
+
+## 0.3.3.4 - 2023-03-06
+
+A dud.
 
 ## 0.3.3.3 - 2022-12-29
 
diff --git a/hercules-ci-cnix-store.cabal b/hercules-ci-cnix-store.cabal
--- a/hercules-ci-cnix-store.cabal
+++ b/hercules-ci-cnix-store.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.4
 
 name:           hercules-ci-cnix-store
-version:        0.3.3.4
+version:        0.3.3.5
 synopsis:       Haskell bindings for Nix's libstore
 category:       Nix
 homepage:       https://docs.hercules-ci.com
@@ -53,7 +53,7 @@
 custom-setup
   setup-depends:
     base < 5
-    , Cabal >= 2.2.0.0 && < 3
+    , Cabal >= 2.2.0.0 && < 4
     , cabal-pkg-config-version-hook
 
 library
