diff --git a/.changes/unreleased/DX-20250902-215127.yaml b/.changes/unreleased/DX-20250902-215127.yaml deleted file mode 100644 index 7d682d3ec..000000000 --- a/.changes/unreleased/DX-20250902-215127.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: DX -body: | - Improve error message when a stored object cannot be written on local disk -time: 2025-09-02T21:51:27.248966834+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250903-211043.yaml b/.changes/unreleased/Fixed-20250903-211043.yaml deleted file mode 100644 index 04a0435b5..000000000 --- a/.changes/unreleased/Fixed-20250903-211043.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Fix exports to work with DirectExportInterface -time: 2025-09-03T21:10:43.957621699+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/v4.2.1.md b/.changes/v4.2.1.md new file mode 100644 index 000000000..c2dbf65a6 --- /dev/null +++ b/.changes/v4.2.1.md @@ -0,0 +1,6 @@ +## v4.2.1 - 2025-09-03 +### Fixed +* Fix exports to work with DirectExportInterface +### DX +* Improve error message when a stored object cannot be written on local disk + diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da95d73c..67db93f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.2.1 - 2025-09-03 +### Fixed +* Fix exports to work with DirectExportInterface +### DX +* Improve error message when a stored object cannot be written on local disk + + ## v4.2.0 - 2025-09-02 ### Feature * ([#64](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/64)) Add external identifier for a Person