diff --git a/CHANGELOG-3.0.x.md b/CHANGELOG-3.0.x.md index 1dc8112936..e6263166eb 100644 --- a/CHANGELOG-3.0.x.md +++ b/CHANGELOG-3.0.x.md @@ -1,3 +1,8 @@ +# 3.0.7 + +## Bugs + - [CartPriceRule] fix issue with deleted price rule (https://github.com/coreshop/CoreShop/pull/2332) + # 3.0.6 ## Bugs diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 8490a049a4..18a79c2187 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 = '6'; + public const RELEASE_VERSION = '7'; public const EXTRA_VERSION = '';