Update for new release (#122)

This commit is contained in:
Aditya Manthramurthy 2019-05-13 12:26:46 -07:00 committed by GitHub
parent 76e5651d5a
commit 909f1c482d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
Changelog
==========
## Version 1.3.1
* Add TLS helpers to check if server uses TLS, and to disable
certificate validation for easier testing (#121)
## Version 1.3.0
* Retry requests that timeout using full-jitter backoff (#119)

View File

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