From 663015fa9d1c30aa5bc515660c99d7fb8d786f56 Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Fri, 10 May 2019 16:09:07 -0700 Subject: [PATCH] Update for new release (#120) --- CHANGELOG.md | 10 ++++++++++ minio-hs.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9478ac9..ba8177d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/minio-hs.cabal b/minio-hs.cabal index de9c165..100745f 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -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