diff --git a/CHANGELOG-2.0.x.md b/CHANGELOG-2.0.x.md index df0022392e..fab215dccf 100644 --- a/CHANGELOG-2.0.x.md +++ b/CHANGELOG-2.0.x.md @@ -1,5 +1,9 @@ # Within V2 +## 2.0.11 + - Bugs: + - [IndexBundle] use doctrine schema-config to create index-table schema (https://github.com/coreshop/CoreShop/pull/1142) + ## 2.0.10 - Bugs: - [PayumBundle]: add sandbox to PayPal Configuration (https://github.com/coreshop/CoreShop/pull/1112) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 92b50977da..170376990d 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 = '10'; + const RELEASE_VERSION = '11'; const EXTRA_VERSION = ''; /**