Update for new release (#120)

This commit is contained in:
Aditya Manthramurthy 2019-05-10 16:09:07 -07:00 committed by GitHub
parent 005c6f8e65
commit 663015fa9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
Changelog
==========
## Version 1.3.0
* Retry requests that timeout using full-jitter backoff (#119)
* Accept GetObjectOptions in statObject (#112)
* Add encryption options to GetObjectOptions and PutObjectOptions (#111)
* Add missing Haddock documentation (#110)
* Add support for S3Select API (#108)
* New travis with support for multiple GHCs (#106)
* Fix region setting in presigned url functions (#107)
## Version 1.2.0
* Export Provider and findFirst to look for credentials (#103)

View File

@ -1,5 +1,5 @@
name: minio-hs
version: 1.2.0
version: 1.3.0
synopsis: A MinIO Haskell Library for Amazon S3 compatible cloud
storage.
description: The MinIO Haskell client library provides simple APIs to