summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--stylish-haskell.cabal2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index df45c04..7963701 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
# CHANGELOG
+- 0.9.1.0 (2018-04-26)
+ * Support GHC 8.4.1 by adding instance SemiGroup ImportPortion (by George
+ Wilson)
+ * Bump `aeson` to 1.3
+
- 0.9.0.2 (2018-01-03)
* Bump lower bound of `directory` to `1.2.3` for `getXdgDirectory`
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 169775d..2f481ac 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.0.2
+Version: 0.9.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3