diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a68d6..abd32da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ Changelog ========== +## Version 1.0.0 + +This new release changes the following APIs to add new capabilities: + +* Copy Object API now supports more options for source and destination (#73) +* get/put Object functions now support a wider set of options via a + separate settings parameter (#71, #72) +* getBucketPolicy and setBucketPolicy APIs are added (#82) +* The library now uses UnliftIO (#83) + ## Version 0.3.2 This release brings the following changes: diff --git a/minio-hs.cabal b/minio-hs.cabal index 85ad26f..d2a2c61 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 0.3.2 +version: 1.0.0 synopsis: A Minio Haskell Library for Amazon S3 compatible cloud storage. description: The Minio Haskell client library provides simple APIs to @@ -8,7 +8,7 @@ description: The Minio Haskell client library provides simple APIs to homepage: https://github.com/minio/minio-hs#readme license: Apache-2.0 license-file: LICENSE -author: Aditya Manthramurthy, Krishnan Parthasarathi +author: Minio Dev Team maintainer: dev@minio.io category: Network, AWS, Object Storage build-type: Simple