diff --git a/CHANGELOG.md b/CHANGELOG.md index ed767c9..2fb715c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog ========== +## Version 1.5.3 + +* Fix windows build +* Fix support for Yandex Storage (#147) +* Fix for HEAD requests to S3/Minio (#155) +* Bump up some dependencies, new code formatting, Github CI, example fixes and other minor improvements. + ## Version 1.5.2 * Fix region `us-west-2` for AWS S3 (#139) diff --git a/minio-hs.cabal b/minio-hs.cabal index 18183cb..de76b9e 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: minio-hs -version: 1.5.2 +version: 1.5.3 synopsis: A MinIO Haskell Library for Amazon S3 compatible cloud storage. description: The MinIO Haskell client library provides simple APIs to