Skip to content

Commit

Permalink
Update for new release (minio#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello authored May 10, 2019
1 parent 005c6f8 commit 663015f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion minio-hs.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 663015f

Please sign in to comment.