We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bab0d70 + 9f92ad0 commit bb88c90Copy full SHA for bb88c90
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 8.1.0 (2026-02-02)
15
16
<!-- Release notes generated using configuration in .github/release.yml at 8.1-stable -->
lib/alchemy/solidus/version.rb
@@ -1,5 +1,5 @@
module Alchemy
module Solidus
- VERSION = "8.3.0.dev"
+ VERSION = "8.3.0"
end
0 commit comments