Skip to content

Commit

Permalink
Bump up version for new release (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
donatello authored Jul 1, 2018
1 parent 44bbd66 commit 53c7926
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
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.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
Expand Down

0 comments on commit 53c7926

Please sign in to comment.