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 bcfbd31..79487a0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
# CHANGELOG
+- 0.11.0.2 (2020-08-02)
+ * Bump `Cabal-version` to 1.10
+
- 0.11.0.1 (2020-08-02)
* Bump `aeson` upper bound to 1.6
* Bump `Cabal` upper bound to 3.3
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 07dfca7..4b88958 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.11.0.1
+Version: 0.11.0.2
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3