diff --git a/CHANGELOG.md b/CHANGELOG.md index ba8177d..9e27931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/minio-hs.cabal b/minio-hs.cabal index dae43ed..c805c5e 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -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