diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e80a9d..0e52011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [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) + +**Merged pull requests:** + +- Stay below Alchemy 7.2 [\#111](https://github.com/AlchemyCMS/alchemy-solidus/pull/111) ([tvdeyen](https://github.com/tvdeyen)) +- Touch taxons individually after product update [\#109](https://github.com/AlchemyCMS/alchemy-solidus/pull/109) ([tvdeyen](https://github.com/tvdeyen)) + ## [v7.2.0](https://github.com/AlchemyCMS/alchemy-solidus/tree/v7.2.0) (2024-05-16) [Full Changelog](https://github.com/AlchemyCMS/alchemy-solidus/compare/v7.1.0...v7.2.0) diff --git a/lib/alchemy/solidus/version.rb b/lib/alchemy/solidus/version.rb index 42cce1b..7415f43 100644 --- a/lib/alchemy/solidus/version.rb +++ b/lib/alchemy/solidus/version.rb @@ -1,5 +1,5 @@ module Alchemy module Solidus - VERSION = "7.2.0" + VERSION = "7.2.1" end end