diff --git a/CHANGELOG-3.1.x.md b/CHANGELOG-3.1.x.md index 547e0b51b3..164502bb81 100644 --- a/CHANGELOG-3.1.x.md +++ b/CHANGELOG-3.1.x.md @@ -1,3 +1,10 @@ +# 3.1.2 + +## Bugs + - [Cache] "apply CacheResourceMarshaller to doctrine_dbal adapter, add cache marshaller to MoneyCurrency (https://github.com/coreshop/CoreShop/pull/2373) + - [Core] re-add mainObjectId and objectId (https://github.com/coreshop/CoreShop/pull/2380) + - [Reports] fix reports to only select actual orders (https://github.com/coreshop/CoreShop/pull/2381) + # 3.1.1 ## Bugs diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index b4961a60b0..a94a3488e4 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -24,7 +24,7 @@ final class Version public const MINOR_VERSION = '1'; - public const RELEASE_VERSION = '1'; + public const RELEASE_VERSION = '2'; public const EXTRA_VERSION = '';