diff --git a/.changes/unreleased/Fixed-20240916-151843.yaml b/.changes/unreleased/Fixed-20240916-151843.yaml deleted file mode 100644 index ba89d3a70..000000000 --- a/.changes/unreleased/Fixed-20240916-151843.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: Show only the current referrer in the page "show" for an accompanying period - workf -time: 2024-09-16T15:18:43.017401122+02:00 -custom: - Issue: "308" diff --git a/.changes/unreleased/Fixed-20240916-155150.yaml b/.changes/unreleased/Fixed-20240916-155150.yaml deleted file mode 100644 index 52382db20..000000000 --- a/.changes/unreleased/Fixed-20240916-155150.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixed -body: | - Correctly compute the grouping by referrer aggregator -time: 2024-09-16T15:51:50.268336979+02:00 -custom: - Issue: "309" diff --git a/.changes/v2.24.1.md b/.changes/v2.24.1.md new file mode 100644 index 000000000..67e81cf22 --- /dev/null +++ b/.changes/v2.24.1.md @@ -0,0 +1,5 @@ +## v2.24.1 - 2024-10-02 +### Fixed +* ([#308](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/308)) Show only the current referrer in the page "show" for an accompanying period workf +* ([#309](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/309)) Correctly compute the grouping by referrer aggregator + diff --git a/CHANGELOG.md b/CHANGELOG.md index db735c10a..d539f2c8d 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). +## v2.24.1 - 2024-10-02 +### Fixed +* ([#308](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/308)) Show only the current referrer in the page "show" for an accompanying period workf +* ([#309](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/309)) Correctly compute the grouping by referrer aggregator + + ## v2.24.0 - 2024-09-11 ### Feature * ([#306](https://gitlab.com/Chill-Projet/chill-bundles/-/issues/306)) When a document is converted or downloaded in the browser, this document is removed from the browser memory after 45s. Future click on the button re-download the document.