diff --git a/.changes/unreleased/Fixed-20260127-110742.yaml b/.changes/unreleased/Fixed-20260127-110742.yaml deleted file mode 100644 index b49f9aaf6..000000000 --- a/.changes/unreleased/Fixed-20260127-110742.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixed -body: | - Add the option to deal with duplicate address in BAN adress importer -time: 2026-01-27T11:07:42.709140905+01:00 -custom: - Issue: "496" - SchemaChange: No schema change diff --git a/.changes/v4.12.1.md b/.changes/v4.12.1.md new file mode 100644 index 000000000..a1e69887f --- /dev/null +++ b/.changes/v4.12.1.md @@ -0,0 +1,4 @@ +## v4.12.1 - 2026-02-01 +### Fixed +* ([#496](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/496)) Add the option to deal with duplicate address in BAN adress importer + diff --git a/CHANGELOG.md b/CHANGELOG.md index 37372c9fb..1f93dc783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.12.1 - 2026-02-01 +### Fixed +* ([#496](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/496)) Add the option to deal with duplicate address in BAN adress importer + + ## v4.12.0 - 2026-01-15 ### Feature * ([#473](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/473)) Display version of chill bundles in application footer @@ -21,6 +26,8 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * ([#492](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/492)) fix CommentInput: replace deprecated value binding with model-value * ([#493](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/493)) fix issue with stored object permissions associated with workflows (as attachment, or through a related entity) + BC: the constructor's signature of `\Chill\DocStoreBundle\Security\Authorization\StoredObjectVoter\AbstractStoredObjectVoter` has changed. + ## v4.11.0 - 2025-12-17 ### Feature * ([#478](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/478)) Add filtering to admin lists: social actions, social issues, goals, results, and evaluations