diff --git a/CHANGELOG-2.0.x.md b/CHANGELOG-2.0.x.md index 070d6afa83..42b637fd7e 100644 --- a/CHANGELOG-2.0.x.md +++ b/CHANGELOG-2.0.x.md @@ -1,5 +1,11 @@ # Within V2 +## 2.0.8 + - Bug: + - [Pimcore] Make CoreShop compatible with Pimcore 5.8.0 (https://github.com/coreshop/CoreShop/pull/977) + - [Order] remove wrong type hints (https://github.com/coreshop/CoreShop/pull/978) + - [Core] fix setting customer and persisting cart on user login (https://github.com/coreshop/CoreShop/pull/980) + ## 2.0.7 - Bug: - [Taxation] Wrong Tax Calculation when using Store Gross Values (https://github.com/coreshop/CoreShop/issues/971) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index d89e7017a7..554d510931 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -16,7 +16,7 @@ final class Version { const MAJOR_VERSION = '2'; const MINOR_VERSION = '0'; - const RELEASE_VERSION = '7'; + const RELEASE_VERSION = '8'; const EXTRA_VERSION = ''; /**