diff --git a/CHANGELOG.md b/CHANGELOG.md index 59e5565e..90264921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to Roadiz will be documented in this file. +## [2.2.29](https://github.com/roadiz/core-bundle-dev-app/compare/v2.2.28...v2.2.29) - 2024-09-24 + +### Bug Fixes + +- **(Documents)** Do not throw `UnableToMoveFile` when document `filename` changes because we update the whole file - ([c760146](https://github.com/roadiz/core-bundle-dev-app/commit/c76014616260a568e2aea688e43bf16a707d3944)) + ## [2.2.28](https://github.com/roadiz/core-bundle-dev-app/compare/v2.2.27...v2.2.28) - 2024-07-05 ### Bug Fixes diff --git a/lib/RoadizCoreBundle/config/services.yaml b/lib/RoadizCoreBundle/config/services.yaml index f1934c72..535ed8a4 100644 --- a/lib/RoadizCoreBundle/config/services.yaml +++ b/lib/RoadizCoreBundle/config/services.yaml @@ -1,6 +1,6 @@ --- parameters: - roadiz_core.cms_version: '2.2.28' + roadiz_core.cms_version: '2.2.29' roadiz_core.cms_version_prefix: 'main' env(APP_NAMESPACE): "roadiz" env(APP_VERSION): "0.1.0"