diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd749a..17a68d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,19 @@ Changelog ========== +## Version 0.3.2 + +This release brings the following changes: + +* Add `removeIncompleteUpload` API (#49) +* Add presigned operations APIs (#56) +* Add presigned Post Policy API (#58) +* Skip SHA256 checksum header for secure connections (#65) +* Remove resuming capability in PutObject (#67) +* Add ListObjectsV1 API support (#66) +* Add Bucket Notification APIs (#59) +* Reverse #54 - tests fix. + ## Version 0.3.1 This is a bug-fix release: diff --git a/minio-hs.cabal b/minio-hs.cabal index 0830c49..cce2fd6 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 0.3.1 +version: 0.3.2 synopsis: A Minio Haskell Library for Amazon S3 compatible cloud storage. description: The Minio Haskell client library provides simple APIs to