Skip to content

Commit 974935a

Browse files
committed
Bump version to v8.0.0
1 parent fdcaf99 commit 974935a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## [v7.0.1](https://github.com/AlchemyCMS/alchemy-dragonfly-s3/tree/v7.0.1) (2025-01-24)
412

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

lib/alchemy/dragonfly/s3/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Alchemy
44
module Dragonfly
55
module S3
6-
VERSION = "7.0.1"
6+
VERSION = "8.0.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)