Skip to content

Commit 6112aee

Browse files
committed
Bump version to v8.0.0.b
1 parent 9364707 commit 6112aee

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

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.b](https://github.com/AlchemyCMS/alchemy-solidus/tree/v8.0.0.b) (2025-10-15)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.7.0...v8.0.0.b)
6+
7+
**Merged pull requests:**
8+
9+
- Update to Alchemy 8.0 [\#129](https://github.com/AlchemyCMS/alchemy-solidus/pull/129) ([tvdeyen](https://github.com/tvdeyen))
10+
311
## [v7.7.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.7.0) (2025-05-15)
412

513
[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.6.0...v7.7.0)

alchemy-solidus.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
1414
gem.require_paths = ["lib"]
1515
gem.version = Alchemy::Solidus::VERSION
1616

17-
gem.add_dependency("alchemy_cms", [">= 7.2.0", "< 9"])
17+
gem.add_dependency("alchemy_cms", [">= 8.0.0.b", "< 9"])
1818
gem.add_dependency("solidus_api", [">= 4.0.0", "< 5"])
1919
gem.add_dependency("solidus_core", [">= 4.0.0", "< 5"])
2020
gem.add_dependency("solidus_backend", [">= 4.0.0", "< 5"])

lib/alchemy/solidus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Alchemy
22
module Solidus
3-
VERSION = "7.7.0"
3+
VERSION = "8.0.0.b"
44
end
55
end

0 commit comments

Comments
 (0)