diff --git a/.changes/unreleased/Feature-20240701-153223.yaml b/.changes/unreleased/Feature-20240701-153223.yaml deleted file mode 100644 index aaf7fa9c3..000000000 --- a/.changes/unreleased/Feature-20240701-153223.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Add a button to duplicate calendar ranges from a week to another one -time: 2024-07-01T15:32:23.602091234+02:00 -custom: - Issue: "123" diff --git a/.changes/unreleased/Feature-20240705-104634.yaml b/.changes/unreleased/Feature-20240705-104634.yaml deleted file mode 100644 index bb21021be..000000000 --- a/.changes/unreleased/Feature-20240705-104634.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: '[admin] filter users by active / inactive in the admin user''s list' -time: 2024-07-05T10:46:34.365091722+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20240705-152111.yaml b/.changes/unreleased/Feature-20240705-152111.yaml deleted file mode 100644 index 8dc2f6e94..000000000 --- a/.changes/unreleased/Feature-20240705-152111.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Feature -body: |+ - Add the possibility to mark all notifications as read - -time: 2024-07-05T15:21:11.730543489+02:00 -custom: - Issue: "273" diff --git a/.changes/unreleased/Feature-20240719-134059.yaml b/.changes/unreleased/Feature-20240719-134059.yaml deleted file mode 100644 index 888219d08..000000000 --- a/.changes/unreleased/Feature-20240719-134059.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Handle duplicate reference id in the import of reference addresses -time: 2024-07-19T13:40:59.418509766+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20240719-134241.yaml b/.changes/unreleased/Feature-20240719-134241.yaml deleted file mode 100644 index 89460cfc4..000000000 --- a/.changes/unreleased/Feature-20240719-134241.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Do not update the "createdAt" column when importing postal code which does not - change -time: 2024-07-19T13:42:41.208629736+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Feature-20240719-135515.yaml b/.changes/unreleased/Feature-20240719-135515.yaml deleted file mode 100644 index b4fb2fffd..000000000 --- a/.changes/unreleased/Feature-20240719-135515.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Feature -body: Display filename on file upload within the UI interface -time: 2024-07-19T13:55:15.16139422+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Fixed-20240613-135945.yaml b/.changes/unreleased/Fixed-20240613-135945.yaml deleted file mode 100644 index 38028a735..000000000 --- a/.changes/unreleased/Fixed-20240613-135945.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Take into account the acp closing date in the acp works date filter -time: 2024-06-13T13:59:45.561891547+02:00 -custom: - Issue: "271" diff --git a/.changes/v2.23.0.md b/.changes/v2.23.0.md new file mode 100644 index 000000000..4c263b9d4 --- /dev/null +++ b/.changes/v2.23.0.md @@ -0,0 +1,12 @@ +## v2.23.0 - 2024-07-19 +### Feature +* ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one +* [admin] filter users by active / inactive in the admin user's list +* ([#273](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/273)) Add the possibility to mark all notifications as read + + +* Handle duplicate reference id in the import of reference addresses +* Do not update the "createdAt" column when importing postal code which does not change +* Display filename on file upload within the UI interface +### Fixed +* ([#271](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/271)) Take into account the acp closing date in the acp works date filter diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d0fd76e4..f6d92e0c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v2.23.0 - 2024-07-19 +### Feature +* ([#123](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/123)) Add a button to duplicate calendar ranges from a week to another one +* [admin] filter users by active / inactive in the admin user's list +* ([#273](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/273)) Add the possibility to mark all notifications as read + + +* Handle duplicate reference id in the import of reference addresses +* Do not update the "createdAt" column when importing postal code which does not change +* Display filename on file upload within the UI interface +### Fixed +* ([#271](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/271)) Take into account the acp closing date in the acp works date filter + ## v2.22.2 - 2024-07-03 ### Fixed * Remove scope required for event participation stats