diff --git a/.changes/unreleased/Fixed-20240821-151413.yaml b/.changes/unreleased/Fixed-20240821-151413.yaml deleted file mode 100644 index c6f2a3395..000000000 --- a/.changes/unreleased/Fixed-20240821-151413.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix delete action for accompanying periods in draft state -time: 2024-08-21T15:14:13.753383913+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Fixed-20240821-165537.yaml b/.changes/unreleased/Fixed-20240821-165537.yaml deleted file mode 100644 index 8778721b8..000000000 --- a/.changes/unreleased/Fixed-20240821-165537.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix connection to azure when making an calendar event in chill -time: 2024-08-21T16:55:37.977150909+02:00 -custom: - Issue: "" diff --git a/.changes/unreleased/Fixed-20240822-142427.yaml b/.changes/unreleased/Fixed-20240822-142427.yaml deleted file mode 100644 index 720779fee..000000000 --- a/.changes/unreleased/Fixed-20240822-142427.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: CollectionType js fixes for remove button and adding multiple entries -time: 2024-08-22T14:24:27.381070019+02:00 -custom: - Issue: "" diff --git a/.changes/v3.0.0.md b/.changes/v3.0.0.md new file mode 100644 index 000000000..586e648da --- /dev/null +++ b/.changes/v3.0.0.md @@ -0,0 +1,5 @@ +## v3.0.0 - 2024-08-26 +### Fixed +* Fix delete action for accompanying periods in draft state +* Fix connection to azure when making an calendar event in chill +* CollectionType js fixes for remove button and adding multiple entries diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb810a1a..3aa0c490d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.0.0 - 2024-08-26 +### Fixed +* Fix delete action for accompanying periods in draft state +* Fix connection to azure when making an calendar event in chill +* CollectionType js fixes for remove button and adding multiple entries + ## v2.23.0 - 2024-07-23 ### Feature * ([#221](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/221)) [DX] move async-upload-bundle features into chill-bundles