diff --git a/CHANGELOG.md b/CHANGELOG.md index cea47ed..fe3dc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +## Version 1.5.1 + +* Add support for GHC 8.8 + ## Version 1.5.0 * Switch to faster map data type - all previous usage of diff --git a/minio-hs.cabal b/minio-hs.cabal index 74793cb..8f157a9 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 1.5.0 +version: 1.5.1 synopsis: A MinIO Haskell Library for Amazon S3 compatible cloud storage. description: The MinIO Haskell client library provides simple APIs to