From b1ad2f50f9f370c8009e9c2895f51f9c5d65568c Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 29 Dec 2023 12:52:57 +0100 Subject: [PATCH] Bump alchemy-solidus to 7.0.0 --- CHANGELOG.md | 15 +++++++++++++++ lib/alchemy/solidus/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75efa33..3751f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [v7.0.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.0.0) (2023-12-29) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v6.3.2...v7.0.0) + +**Merged pull requests:** + +- Test Solidus 4.3 [\#103](https://github.com/AlchemyCMS/alchemy-solidus/pull/103) ([tvdeyen](https://github.com/tvdeyen)) +- Update build matrix [\#102](https://github.com/AlchemyCMS/alchemy-solidus/pull/102) ([tvdeyen](https://github.com/tvdeyen)) +- Drop Solidus 3 support [\#101](https://github.com/AlchemyCMS/alchemy-solidus/pull/101) ([tvdeyen](https://github.com/tvdeyen)) +- Add deface overrides for Alchemy 7.1 [\#100](https://github.com/AlchemyCMS/alchemy-solidus/pull/100) ([tvdeyen](https://github.com/tvdeyen)) + +## [v6.3.2](https://github.com/AlchemyCMS/alchemy-solidus/tree/v6.3.2) (2023-12-29) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v6.3.1...v6.3.2) + ## [v6.3.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v6.3.1) (2023-11-10) [Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v6.3.0...v6.3.1) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index 3ab1440..a7f4fb9 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "6.3.1" + VERSION = "7.0.0" end end