diff --git a/.changes/unreleased/Feature-20250811-152154.yaml b/.changes/unreleased/Feature-20250811-152154.yaml deleted file mode 100644 index 391ab92c1..000000000 --- a/.changes/unreleased/Feature-20250811-152154.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Add 45 and 60 min calendar ranges -time: 2025-08-11T15:21:54.209009751+02:00 -custom: - Issue: "409" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250904-181032.yaml b/.changes/unreleased/Feature-20250904-181032.yaml deleted file mode 100644 index 145299a36..000000000 --- a/.changes/unreleased/Feature-20250904-181032.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Add a command to generate a list of permissions -time: 2025-09-04T18:10:32.334524026+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Feature-20250908-101258.yaml b/.changes/unreleased/Feature-20250908-101258.yaml deleted file mode 100644 index 21f0604f8..000000000 --- a/.changes/unreleased/Feature-20250908-101258.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Add an absence end date -time: 2025-09-08T10:12:58.281765116+02:00 -custom: - Issue: "412" - SchemaChange: Add columns or tables diff --git a/.changes/unreleased/Fixed-20250811-155212.yaml b/.changes/unreleased/Fixed-20250811-155212.yaml deleted file mode 100644 index 5d0981f91..000000000 --- a/.changes/unreleased/Fixed-20250811-155212.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: fix date formatting in calendar range display -time: 2025-08-11T15:52:12.949078671+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/unreleased/Fixed-20250908-144834.yaml b/.changes/unreleased/Fixed-20250908-144834.yaml deleted file mode 100644 index 24e26dc6f..000000000 --- a/.changes/unreleased/Fixed-20250908-144834.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Change route URL to avoid clash with person duplicate controller method -time: 2025-09-08T14:48:34.682914221+02:00 -custom: - Issue: "" - SchemaChange: No schema change diff --git a/.changes/v4.3.0.md b/.changes/v4.3.0.md new file mode 100644 index 000000000..ef13ad3cd --- /dev/null +++ b/.changes/v4.3.0.md @@ -0,0 +1,10 @@ +## v4.3.0 - 2025-09-08 +### Feature +* ([#409](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/409)) Add 45 and 60 min calendar ranges +* Add a command to generate a list of permissions +* ([#412](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/412)) Add an absence end date + + **Schema Change**: Add columns or tables +### Fixed +* fix date formatting in calendar range display +* Change route URL to avoid clash with person duplicate controller method diff --git a/CHANGELOG.md b/CHANGELOG.md index 67db93f05..dd6e978ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v4.3.0 - 2025-09-08 +### Feature +* ([#409](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/409)) Add 45 and 60 min calendar ranges +* Add a command to generate a list of permissions +* ([#412](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/412)) Add an absence end date + + **Schema Change**: Add columns or tables +### Fixed +* fix date formatting in calendar range display +* Change route URL to avoid clash with person duplicate controller method + ## v4.2.1 - 2025-09-03 ### Fixed * Fix exports to work with DirectExportInterface