summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f47511e..6eca483 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 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
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index bb490e1..52da455 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.4.2
+Version: 0.9.4.3
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3