From 520fd7bf7de1ac9821a97eb6f547d4bec193ecf5 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Mon, 10 Feb 2020 10:52:22 +0100 Subject: [PATCH] [2.1.3] prepare release --- CHANGELOG-2.1.x.md | 4 ++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 = ''; /**