diff --git a/CHANGELOG.md b/CHANGELOG.md index ed31509..2f13c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +## Version 0.2.1 + +* Update dependencies, and switch to Stackage LTS 8.5 + ## Version 0.2.0 This is an interim release which brings some new features. However, diff --git a/minio-hs.cabal b/minio-hs.cabal index 5b285db..e95620d 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 0.2.0 +version: 0.2.1 synopsis: A Minio client library, compatible with S3 like services. description: minio-hs provides simple APIs to access Minio and Amazon S3 compatible object storage server. For more details,