diff --git a/CHANGELOG.md b/CHANGELOG.md index 2922c07..ba89ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.1.0.1 - 2021-11-13 + +### Changed + + - Support aeson-2.0 (thanks to Simon Jakobi) + ## 1.1.0.0 - 2020-06-25 ### Changed diff --git a/aeson-yaml.cabal b/aeson-yaml.cabal index 2254bbe..205538f 100644 --- a/aeson-yaml.cabal +++ b/aeson-yaml.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: aeson-yaml -version: 1.1.0.0 +version: 1.1.0.1 homepage: https://github.com/clovyr/aeson-yaml bug-reports: https://github.com/clovyr/aeson-yaml/issues author: Patrick Nielsen