From ccd05a7687a5352aac2383208aeba78f7ba542be Mon Sep 17 00:00:00 2001 From: Rockford Lhotka Date: Fri, 24 May 2024 00:06:34 -0500 Subject: [PATCH] Version 8.2.1 release (#3971) * #3964 Use HttpContext to get user, then fall back to AuthenticationStateProvider * #3965 Update version numbers to 8.2.1 * #3964 Remove set user functionality as it doesn't work in Blazor * Update releasenotes --- releasenotes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/releasenotes.md b/releasenotes.md index fdc34d9374..9268d5b4c5 100644 --- a/releasenotes.md +++ b/releasenotes.md @@ -2,6 +2,19 @@ CSLA 8 is a substantial update to CSLA .NET, adding support for .NET 8 and other enhancements. +## CSLA .NET version 8.2.1 release + +Bug fixes. + +### Change List + +* https://github.com/MarimerLLC/csla/compare/v8.2.0...v8.2.1 + +### Contributors + +* @mtavares628 +* @rockfordlhotka + ## CSLA .NET version 8.2.0 release Bug fixes and enhancements.