diff --git a/aeson.cabal b/aeson.cabal index 20c5ea410..8e0c9af3b 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -1,5 +1,5 @@ name: aeson -version: 0.11.1.3 +version: 0.11.1.4 license: BSD3 license-file: LICENSE category: Text, Web, JSON diff --git a/changelog.md b/changelog.md index cb6d8e1c0..764201e57 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ For the latest version of this document, please see [https://github.com/bos/aeson/blob/master/changelog.md](https://github.com/bos/aeson/blob/master/changelog.md). +#### 0.11.1.4 + +* Fix build with `base >= 4.8` and `unordered-containers < 0.2.6`. + #### 0.11.1.3 * Fix build on TH-less GHCs