From 7b494be0ad51e0ff2e13a435b61ce5cd9af0b32b Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 10 Nov 2023 10:18:02 +0100 Subject: [PATCH] Bump alchemy-solidus to 6.3.1 --- CHANGELOG.md | 8 ++++++++ lib/alchemy/solidus/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e37e7f2..75efa33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [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) + +**Merged pull requests:** + +- Fixes for Solidus 4.2 menu items [\#99](https://github.com/AlchemyCMS/alchemy-solidus/pull/99) ([tvdeyen](https://github.com/tvdeyen)) + ## [v6.3.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v6.3.0) (2023-10-25) [Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v6.2.0...v6.3.0) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index aed3c25..3ab1440 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "6.3.0" + VERSION = "6.3.1" end end