diff --git a/CHANGELOG.md b/CHANGELOG.md index 3751f7b..64a499d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v7.0.1](https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.0.1) (2024-01-04) + +[Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.0.0...v7.0.1) + +**Fixed bugs:** + +- Update product link selection for Alchemy 7.1 [\#104](https://github.com/AlchemyCMS/alchemy-solidus/pull/104) ([tvdeyen](https://github.com/tvdeyen)) + ## [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) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index a7f4fb9..0786a22 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "7.0.0" + VERSION = "7.0.1" end end