From 53c7926006060af86bce72b87eca97d076bc107c Mon Sep 17 00:00:00 2001 From: Aditya Manthramurthy Date: Sat, 30 Jun 2018 19:15:44 -0700 Subject: [PATCH] Bump up version for new release (#102) --- CHANGELOG.md | 15 +++++++++++++++ minio-hs.cabal | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f636dd2..c2edc06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Changelog ========== +## Version 1.1.0 + +This version brings the following changes: + +* Adds experimental Admin APIs (#88, #91, #93, #94, #95, #100) +* Adds support for using Google Compute Storage service when S3 + compatibility mode is enabled (#96, #99) + +This version also brings some breaking changes (via #101): + +* Adds IsString instance to load server address, and updates + initialization API to be more user friendly +* Drops usage of data-default package and exposes explicit default + values for various types used in the library. + ## Version 1.0.1 This version brings the following (non-breaking) changes: diff --git a/minio-hs.cabal b/minio-hs.cabal index 1aa410d..d8f7655 100644 --- a/minio-hs.cabal +++ b/minio-hs.cabal @@ -1,5 +1,5 @@ name: minio-hs -version: 1.0.1 +version: 1.1.0 synopsis: A Minio Haskell Library for Amazon S3 compatible cloud storage. description: The Minio Haskell client library provides simple APIs to