Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Feb 24, 2017
1 parent 049ad90 commit 0ccbbf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Version 1.1.0 2017-02-24

* Added: Enable using AWS for cache storage, making it easy to do direct file
uploads. [Fabian Schwahn]
* Added: Block support for reading from AWS files. This prevents dumping the
entire object into memory, which is a problem with large objects. [Thomas Scholz]
* Fixed: Duplicate the `public_url` before signing. All of the strings are
frozen, and some cloud signing methods attempt to mutate the url.

## Version 1.0.2 2016-09-26

* Fixed: Use `Aws.eager_load` to bypass autoloading for the `S3` resource. This
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave/aws/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Carrierwave
module AWS
VERSION = '1.0.2'
VERSION = '1.1.0'
end
end

0 comments on commit 0ccbbf1

Please sign in to comment.