Bump up version for release 1.0.0 (#85)

This commit is contained in:
Aditya Manthramurthy 2018-04-23 15:54:46 -07:00 committed by Harshavardhana
parent 02b28bc100
commit 0177953986
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
Changelog
==========
## Version 1.0.0
This new release changes the following APIs to add new capabilities:
* Copy Object API now supports more options for source and destination (#73)
* get/put Object functions now support a wider set of options via a
separate settings parameter (#71, #72)
* getBucketPolicy and setBucketPolicy APIs are added (#82)
* The library now uses UnliftIO (#83)
## Version 0.3.2
This release brings the following changes:

View File

@ -1,5 +1,5 @@
name: minio-hs
version: 0.3.2
version: 1.0.0
synopsis: A Minio Haskell Library for Amazon S3 compatible cloud
storage.
description: The Minio Haskell client library provides simple APIs to
@ -8,7 +8,7 @@ description: The Minio Haskell client library provides simple APIs to
homepage: https://github.com/minio/minio-hs#readme
license: Apache-2.0
license-file: LICENSE
author: Aditya Manthramurthy, Krishnan Parthasarathi
author: Minio Dev Team
maintainer: dev@minio.io
category: Network, AWS, Object Storage
build-type: Simple