Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
axman6 committed Oct 8, 2019
1 parent c168a3c commit b5e41dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog - amazonka-s3-streaming

## 1.1.0.0
- Adds MonadFail constraints, thanks @utdemir

## 1.0.0.2
- allow http-client 0.6

## 1.0.0.0
- Update to support conduit >= 1.3 only.

## 0.2.0.5
- Fix compatibility with
- Fix compatibility with

## 0.2.0.4
- Make building s3upload executable optional
Expand All @@ -29,4 +32,4 @@
more about the data than we do.
* Allow the user to specify how many concurrent threads to use for `concurrentUpload` as
as well as chunk size (#4).
* Better specify cabal dependency ranges.
* Better specify cabal dependency ranges.
2 changes: 1 addition & 1 deletion amazonka-s3-streaming.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: amazonka-s3-streaming
version: 1.0.0.2
version: 1.1.0.0
synopsis: Provides conduits to upload data to S3 using the Multipart API
description: Provides a conduit based streaming interface and a concurrent interface to
uploading data to S3 using the Multipart API. Also provides method to upload
Expand Down

0 comments on commit b5e41dc

Please sign in to comment.