Bump up version for new release 0.3.2 (#76)

This commit is contained in:
Aditya Manthramurthy 2017-11-15 23:54:11 +00:00 committed by GitHub
parent 566e796409
commit 8ec18f7ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -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:

View File

@ -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