diff --git a/CHANGELOG-2.2.x.md b/CHANGELOG-2.2.x.md index 3b1b16a907..ba09ecf40e 100644 --- a/CHANGELOG-2.2.x.md +++ b/CHANGELOG-2.2.x.md @@ -1,5 +1,9 @@ # Within 2.2 +## 2.2.14 + - Bugs: + - [ProductQuantityPriceRules] remove variable variables sign (https://github.com/coreshop/CoreShop/pull/1991) + ## 2.2.13 - Bugs: - [ResourceBundle] fix ResourceSettingsController getConfigAction (https://github.com/coreshop/CoreShop/pull/1981) diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 8f5d99f5bd..9e030e2ea1 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 = '2'; - const RELEASE_VERSION = '13'; + const RELEASE_VERSION = '14'; const EXTRA_VERSION = ''; /**