Skip to content

Commit

Permalink
Release v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Jul 23, 2023
1 parent 7a3747c commit 08c469d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Unreleased

## Version 1.6.0 2023-07-23

* Added: Support setting #aws_acl to nil for bucket-level ACL compatibility
* Added: Support S3 CNAME-style virtual host access for private URLs
* Added: Support dynamic asset host
* Added: Support CarrierWave 3.0
* Changed: Update implementation of `AWSFile#copy_to` to use `S3Object#copy_to` API [Parker Selbert]

## Version 1.5.0 2020-04-01

* Fix Setting `asset_host_public`, which was removed in a recent version of
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.5.0'
VERSION = '1.6.0'
end
end

0 comments on commit 08c469d

Please sign in to comment.