diff --git a/CHANGELOG.md b/CHANGELOG.md index c2edc06..23c02e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========== +## Version 1.2.0 + +* Export Provider and findFirst to look for credentials (#103) + ## Version 1.1.0 This version brings the following changes: diff --git a/minio-hs.cabal b/minio-hs.cabal index d8f7655..e65ce14 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 1.1.0 +version: 1.2.0 synopsis: A Minio Haskell Library for Amazon S3 compatible cloud storage. description: The Minio Haskell client library provides simple APIs to