Skip to content

Commit

Permalink
Bump alchemy-dragonfly-s3 to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Mar 31, 2023
1 parent 7ece276 commit 604f8bd
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 @@
# Changelog

## [v7.0.0](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/tree/v7.0.0) (2023-03-31)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/compare/v6.0.1...v7.0.0)

**Merged pull requests:**

- Add picture thumb store [\#21](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/pull/21) ([tvdeyen](https://github.com/tvdeyen))

## [v6.0.1](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/tree/v6.0.1) (2023-02-27)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/compare/v5.2.1...v6.0.1)
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 = "6.0.1"
VERSION = "7.0.0"
end
end
end

0 comments on commit 604f8bd

Please sign in to comment.