From c081000fe1c3c04c88c7fe022057f23001e6dd1e Mon Sep 17 00:00:00 2001 From: Ed Ball Date: Mon, 25 Mar 2024 16:57:25 -0700 Subject: [PATCH] Publish 3.9.0. --- Directory.Build.props | 4 ++-- ReleaseNotes.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 624d1bd..39dc786 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,8 +1,8 @@ - 3.8.0 - 3.7.0 + 3.9.0 + 3.8.0 12.0 enable enable diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a46c0a1..e0ae486 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,11 @@ # Release Notes +## 3.9.0 + +* Add support for service results and errors to `FacilityActionFilter` for controllers. +* Add support for service results and errors to `FacilityEndpointFilter` for minimal API routes. +* Add .NET 8 targets. + ## 3.8.0 * Add `FacilityExceptionHandlerOptions.ContentSerializer`.