From b102e4d500025d3be02cc6a0560c43d56cb5d5fe Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 12 Feb 2024 16:01:31 +0100 Subject: [PATCH] [Release] 4.0.3 --- CHANGELOG-4.0.x.md | 5 +++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.0.x.md b/CHANGELOG-4.0.x.md index 0013f11553..597fc93cf6 100644 --- a/CHANGELOG-4.0.x.md +++ b/CHANGELOG-4.0.x.md @@ -1,3 +1,8 @@ +# 4.0.3 + +* [Core] Fixes in DataObject Extensions and Subscribed Services by @solverat in https://github.com/coreshop/CoreShop/pull/2528 +* [MessengerBundle] make FailedMessageDetails and MessageDetails JsonSerializable by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2530 + # 4.0.2 * [DataHub] only enable queries for selected entities by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2512 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 7d51b4eb5b..47e8818e12 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 = '0'; - public const RELEASE_VERSION = '2'; + public const RELEASE_VERSION = '3'; public const EXTRA_VERSION = '';