There was an error while loading. Please reload this page.
1 parent fdcaf99 commit 974935aCopy full SHA for 974935a
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v8.0.0](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/tree/v8.0.0) (2025-11-19)
4
+
5
+[Full Changelog](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/compare/v7.0.1...v8.0.0)
6
7
+**Merged pull requests:**
8
9
+- Adjust to Alchemy 8.0 Dragonfly Storage Adapter [\#25](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/pull/25) ([tvdeyen](https://github.com/tvdeyen))
10
11
## [v7.0.1](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/tree/v7.0.1) (2025-01-24)
12
13
[Full Changelog](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/compare/v7.0.0...v7.0.1)
lib/alchemy/dragonfly/s3/version.rb
@@ -3,7 +3,7 @@
module Alchemy
module Dragonfly
module S3
- VERSION = "7.0.1"
+ VERSION = "8.0.0"
end
0 commit comments