diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,13 @@
 * Hackage: <http://hackage.haskell.org/package/crackNum>
 * GitHub:  <http://github.com/LeventErkok/crackNum/>
 
-* Latest Hackage released version: 3.2, 2021-06-30
+* Latest Hackage released version: 3.4, 2023-04-14
+
+### Version 3.4, 2023-04-14
+  * Fix compilation in previous build
+
+### Version 3.3, 2023-04-14
+  * Allow compilation with newer versions of SBV
 
 ### Version 3.2, 2021-06-30
 
diff --git a/crackNum.cabal b/crackNum.cabal
--- a/crackNum.cabal
+++ b/crackNum.cabal
@@ -1,6 +1,6 @@
 Cabal-version      : 2.2
 Name               : crackNum
-Version            : 3.3
+Version            : 3.4
 Synopsis           : Crack various integer and floating-point data formats
 Description        : Crack IEEE-754 float formats and arbitrary sized words and integers, showing the layout.
                      .
