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 d86dd23..0bf78c4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 0.9.2.2 (2019-06-12)
+ * Bump `semigroups` to 0.19
+ * Bump `haskell-src-exts` to 1.21
+
- 0.9.2.1 (2019-01-02)
* Bump `aeson` to 1.4
* Bump `yaml` to 0.11
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 1bf6dcd..1890a4b 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.2.1
+Version: 0.9.2.2
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3