diff --git a/CHANGELOG-2.1.x.md b/CHANGELOG-2.1.x.md index a779838aa2..be08b87b3c 100644 --- a/CHANGELOG-2.1.x.md +++ b/CHANGELOG-2.1.x.md @@ -1,5 +1,9 @@ # Within 2.1 +## 2.1.3 + - Bugs: + - [Address, Order, Core] fix release (https://github.com/coreshop/CoreShop/pull/1269) + ## 2.1.2 - Features: - [FrontendBundle] Change function from private to protected (https://github.com/coreshop/CoreShop/pull/1248) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 0e98532422..68180aa8b5 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 = '1'; - const RELEASE_VERSION = '2'; + const RELEASE_VERSION = '3'; const EXTRA_VERSION = ''; /**