From fba60f2ab474efd63411f2a71998f1ce09d33e3c Mon Sep 17 00:00:00 2001 From: Ambroise Maupate Date: Fri, 11 Oct 2024 10:32:14 +0200 Subject: [PATCH] chore: Bumped --- CHANGELOG.md | 7 +++++++ lib/RoadizCoreBundle/config/services.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41de53ac..4ec45314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [v2.1.71](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.70...v2.1.71) (2024-10-11) + + +### Bug Fixes + +* Do not throw exception on bad page and itemPerPage argument, just use defaults fix [#20](https://github.com/roadiz/core-bundle-dev-app/issues/20) ([534c8b8](https://github.com/roadiz/core-bundle-dev-app/commit/534c8b8e53184b4f1611f0c48e19d42719bffaf0)) + ## [v2.1.70](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.69...v2.1.70) (2024-09-24) diff --git a/lib/RoadizCoreBundle/config/services.yaml b/lib/RoadizCoreBundle/config/services.yaml index f443fe5b..2fca9c35 100644 --- a/lib/RoadizCoreBundle/config/services.yaml +++ b/lib/RoadizCoreBundle/config/services.yaml @@ -1,6 +1,6 @@ --- parameters: - roadiz_core.cms_version: '2.1.70' + roadiz_core.cms_version: '2.1.71' roadiz_core.cms_version_prefix: 'main' env(APP_NAMESPACE): "roadiz" env(APP_VERSION): "0.1.0"