Skip to content

Commit

Permalink
Bump version to v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed May 18, 2022
1 parent fa340b2 commit ddc79b4
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 @@
## v5.2.0

- Fix loading of Alchemy factories
- Allow Alchemy 6
- Use config.to_prepare as hook to register classes

## v5.1.5

- Prevent db race conditions while creating thumbs
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 = "5.1.5"
VERSION = "5.2.0"
end
end
end

0 comments on commit ddc79b4

Please sign in to comment.