diff --git a/.changes/v2.10.4.md b/.changes/v2.10.4.md new file mode 100644 index 000000000..1b421bb40 --- /dev/null +++ b/.changes/v2.10.4.md @@ -0,0 +1,3 @@ +## v2.10.4 - 2023-10-26 +### Fixed +* Fix null value constraint errors when merging relationships in doubles diff --git a/CHANGELOG.md b/CHANGELOG.md index 3379735b4..1c8a4356f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.10.4 - 2023-10-26 +### Fixed +* Fix null value constraint errors when merging relationships in doubles + ## v2.10.3 - 2023-10-26 ### Fixed * ([#175](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/175)) Replace old method of getting translator with injection of translatorInterface