Skip to content

Commit

Permalink
v3.6.3
Browse files Browse the repository at this point in the history
- Add support for file attachments stored on S3
- Ensure the thumbnail uid has the rendered format
- Do not create a unique index on uid column
  • Loading branch information
tvdeyen committed Jun 30, 2020
1 parent b8424e4 commit fb66fff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.6.3

- Add support for file attachments stored on S3
- Ensure the thumbnail uid has the rendered format
- Do not create a unique index on uid column

## v3.6.2

- Ensure to create new thumbs on in memory picture
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/dragonfly/s3/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Alchemy
module Dragonfly
module S3
VERSION = "3.6.2"
VERSION = "3.6.3"
end
end
end

0 comments on commit fb66fff

Please sign in to comment.