From 8ec18f7ebe65494e326ed7af644584a44839da8a Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Wed, 15 Nov 2017 23:54:11 +0000 Subject: [PATCH] Bump up version for new release 0.3.2 (#76) --- CHANGELOG.md | 13 +++++++++++++ minio-hs.cabal | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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