summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.circleci/config.yml2
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
3 files changed, 6 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e1e9020..c8c1def 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -12,7 +12,7 @@ workflows:
jobs:
build:
docker:
- - image: 'haskell:8.6'
+ - image: 'haskell:8.8'
steps:
- checkout
diff --git a/CHANGELOG b/CHANGELOG
index fe2cc55..fc88a93 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 0.11.0.1
+ * Bump `aeson` upper bound to 1.6
+ * Bump `Cabal` upper bound to 3.3
+
- 0.11.0.0 (2020-02-24)
* Disable record formatting by default
* Allow more customization for record formatting (by Maxim Koltsov)
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index ccae6aa..f7f22e1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.11.0.0
+Version: 0.11.0.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3