From c7bd60a106ed8389e870af9f6e9006c204b072d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Tue, 17 Oct 2023 23:15:56 +0200 Subject: [PATCH] release for 2.9.2 --- .changes/unreleased/Fixed-20231017-231446.yaml | 5 ----- .changes/v2.9.2.md | 3 +++ CHANGELOG.md | 4 ++++ 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 .changes/unreleased/Fixed-20231017-231446.yaml create mode 100644 .changes/v2.9.2.md diff --git a/.changes/unreleased/Fixed-20231017-231446.yaml b/.changes/unreleased/Fixed-20231017-231446.yaml deleted file mode 100644 index 135c17b7e..000000000 --- a/.changes/unreleased/Fixed-20231017-231446.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Fixed -body: Fix possible null values in string's entities -time: 2023-10-17T23:14:46.099913795+02:00 -custom: - Issue: "" diff --git a/.changes/v2.9.2.md b/.changes/v2.9.2.md new file mode 100644 index 000000000..493606b80 --- /dev/null +++ b/.changes/v2.9.2.md @@ -0,0 +1,3 @@ +## v2.9.2 - 2023-10-17 +### Fixed +* Fix possible null values in string's entities diff --git a/CHANGELOG.md b/CHANGELOG.md index ac742bf77..298a9af0d 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). +## v2.9.2 - 2023-10-17 +### Fixed +* Fix possible null values in string's entities + ## v2.9.1 - 2023-10-17 ### Fixed * Fix the handling of activity form when editing or creating an activity in an accompanying period with multiple centers