From 14cd7b1870f4cc556087619a08de1db4a300cc6a Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Fri, 24 May 2024 11:45:10 +0200 Subject: [PATCH] Bump version to v7.3.0 Alchemy 7.2 support --- 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 0e52011..ed87a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v7.3.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.3.0) (2024-05-24) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.2.1...v7.3.0) + +**Merged pull requests:** + +- Convert ProductLink tab into web component [\#110](https://github.com/AlchemyCMS/alchemy-solidus/pull/110) ([tvdeyen](https://github.com/tvdeyen)) + ## [v7.2.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.2.1) (2024-05-23) [Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.2.0...v7.2.1) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index 7415f43..e2f6cc7 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "7.2.1" + VERSION = "7.3.0" end end