diff --git a/.changes/unreleased/Feature-20240830-104731.yaml b/.changes/unreleased/Feature-20240830-104731.yaml deleted file mode 100644 index 83b750d6a..000000000 --- a/.changes/unreleased/Feature-20240830-104731.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Feature -body: Add export aggregator to aggregate activities by household + filter persons - that are not part of an accompanyingperiod during a certain timeframe. -time: 2024-08-30T10:47:31.29306704+02:00 -custom: - Issue: "" diff --git a/.changes/v3.1.0.md b/.changes/v3.1.0.md new file mode 100644 index 000000000..cb05f47fb --- /dev/null +++ b/.changes/v3.1.0.md @@ -0,0 +1,3 @@ +## v3.1.0 - 2024-08-30 +### Feature +* Add export aggregator to aggregate activities by household + filter persons that are not part of an accompanyingperiod during a certain timeframe. diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aa0c490d..7744c9aa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v3.1.0 - 2024-08-30 +### Feature +* Add export aggregator to aggregate activities by household + filter persons that are not part of an accompanyingperiod during a certain timeframe. + ## v3.0.0 - 2024-08-26 ### Fixed * Fix delete action for accompanying periods in draft state