Skip to content

Commit bb88c90

Browse files
authored
Merge pull request #151 from AlchemyCMS/release/v8.3.0
Release v8.3.0
2 parents bab0d70 + 9f92ad0 commit bb88c90

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 8.3.0 (2026-06-29)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at main -->
6+
7+
## What's Changed
8+
### New Features
9+
* Use Alchemy::RelatableResource by @tvdeyen in https://github.com/AlchemyCMS/alchemy-solidus/pull/147
10+
11+
12+
**Full Changelog**: https://github.com/AlchemyCMS/alchemy-solidus/compare/v8.1.0...v8.3.0
13+
314
## 8.1.0 (2026-02-02)
415

516
<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->

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 = "8.3.0.dev"
3+
VERSION = "8.3.0"
44
end
55
end

0 commit comments

Comments
 (0)