diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,16 @@
 # CHANGELOG
 
-- 0.9.4.0 (2019-10-19)
+- 0.9.4.3 (2019-10-29)
+    * Bump release script
+    * Bump `Cabal` to 3.0
+
+- 0.9.4.2 (2019-10-29)
+    * Bump release script
+
+- 0.9.4.1 (2019-10-29)
+    * Bump release script
+
+- 0.9.4.0 (2019-10-29)
     * Read language extensions from `.cabal` file (by Georgy Lukyanov)
 
 - 0.9.3.1 (2019-10-08)
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
 Name:          stylish-haskell
-Version:       0.9.4.0
+Version:       0.9.4.3
 Synopsis:      Haskell code prettifier
 Homepage:      https://github.com/jaspervdj/stylish-haskell
 License:       BSD3
@@ -54,7 +54,7 @@
     aeson            >= 0.6    && < 1.5,
     base             >= 4.8    && < 5,
     bytestring       >= 0.9    && < 0.11,
-    Cabal            >= 2.4    && < 2.5,
+    Cabal            >= 2.4    && < 3.1,
     containers       >= 0.3    && < 0.7,
     directory        >= 1.2.3  && < 1.4,
     filepath         >= 1.1    && < 1.5,
@@ -78,7 +78,7 @@
     aeson            >= 0.6    && < 1.5,
     base             >= 4.8    && < 5,
     bytestring       >= 0.9    && < 0.11,
-    Cabal            >= 2.4    && < 2.5,
+    Cabal            >= 2.4    && < 3.1,
     containers       >= 0.3    && < 0.7,
     directory        >= 1.2.3  && < 1.4,
     filepath         >= 1.1    && < 1.5,
@@ -132,7 +132,7 @@
     aeson            >= 0.6    && < 1.5,
     base             >= 4.8    && < 5,
     bytestring       >= 0.9    && < 0.11,
-    Cabal            >= 2.4    && < 2.5,
+    Cabal            >= 2.4    && < 3.1,
     containers       >= 0.3    && < 0.7,
     directory        >= 1.2.3  && < 1.4,
     filepath         >= 1.1    && < 1.5,
