From a5a101855bbd2f829af2686263c58ee9a1d4945d Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 29 Jan 2024 15:15:31 +0100 Subject: [PATCH] [Release] 3.2.3 --- CHANGELOG-3.2.x.md | 3 +++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-3.2.x.md b/CHANGELOG-3.2.x.md index eed38d09b8..ad4bee6480 100644 --- a/CHANGELOG-3.2.x.md +++ b/CHANGELOG-3.2.x.md @@ -1,3 +1,6 @@ +# 3.2.3 +* [ProductBundle] fix ClearCachedPriceRulesListener - remove service definition + # 3.2.2 * [CartManager] create unique key for cart items by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2510 * [Core] Use order tokens in payment capture by @yariksheptykin in https://github.com/coreshop/CoreShop/pull/2515 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 8c3d30c453..015bd88726 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -24,7 +24,7 @@ final class Version public const MINOR_VERSION = '2'; - public const RELEASE_VERSION = '2'; + public const RELEASE_VERSION = '3'; public const EXTRA_VERSION = '';