summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bf8c876..781fd19 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
# CHANGELOG
+- 0.9.3.1 (2019-10-08)
+ * Fix CircleCI configuration
+
- 0.9.3.0 (2019-10-08)
* Bump `optparse-applicative` to 0.15
* Don't remove page breaks in the trailing whitespace step (by Chris
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index bd393ae..bb4ad46 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.3.0
+Version: 0.9.3.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3