From 2ecbb2365c3890634a5dd939eea6f5cc03324632 Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Mon, 17 Jun 2024 22:20:44 +0200 Subject: [PATCH] chore: Bumped --- CHANGELOG.md | 6 ++++++ lib/RoadizCoreBundle/config/services.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f790a06..7611c46f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Roadiz will be documented in this file. +## [2.2.24](https://github.com/roadiz/core-bundle-dev-app/compare/v2.2.23...v2.2.24) - 2024-06-17 + +### Bug Fixes + +- **(Nodes)** Fixed node offspring resolution cache with new `NodeOffspringResolverInterface` service - ([3f6a6f3](https://github.com/roadiz/core-bundle-dev-app/commit/3f6a6f32e60c44a89e425b5d2c79818258f03eaf)) + ## [2.2.23](https://github.com/roadiz/core-bundle-dev-app/compare/v2.2.23...v2.2.22) - 2024-06-17 ### Bug Fixes diff --git a/lib/RoadizCoreBundle/config/services.yaml b/lib/RoadizCoreBundle/config/services.yaml index 77e05873..2edf16c7 100644 --- a/lib/RoadizCoreBundle/config/services.yaml +++ b/lib/RoadizCoreBundle/config/services.yaml @@ -1,6 +1,6 @@ --- parameters: - roadiz_core.cms_version: '2.2.23' + roadiz_core.cms_version: '2.2.24' roadiz_core.cms_version_prefix: 'main' env(APP_NAMESPACE): "roadiz" env(APP_VERSION): "0.1.0"