Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 8.1.0 (2026-02-02)

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

## What's Changed
### Breaking Changes
* Update to Alchemy 8.1 by @tvdeyen in https://github.com/AlchemyCMS/alchemy-solidus/pull/141
### Other Changes
* Pass rubygems_api_key secret to release workflow by @tvdeyen in https://github.com/AlchemyCMS/alchemy-solidus/pull/138
* chore(CI): Test Alchemy 8.1-stable branch by @tvdeyen in https://github.com/AlchemyCMS/alchemy-solidus/pull/142


**Full Changelog**: https://github.com/AlchemyCMS/alchemy-solidus/compare/v8.0.0...v8.1.0

## 8.0.0 (2025-12-09)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/solidus/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Alchemy
module Solidus
VERSION = "8.1.0.a"
VERSION = "8.1.0"
end
end