From 6b6285910086057b86d3c6fd15c7c2270cea4ab7 Mon Sep 17 00:00:00 2001 From: alchemycms-bot Date: Mon, 2 Feb 2026 11:36:38 +0000 Subject: [PATCH] Release v8.1.0 --- CHANGELOG.md | 14 ++++++++++++++ lib/alchemy/solidus/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369ff08..1801c35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 8.1.0 (2026-02-02) + + + +## 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 diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index 3046711..d8161a9 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "8.1.0.a" + VERSION = "8.1.0" end end