From 4005548cd67de01cba428c88d3062e01da29e49b Mon Sep 17 00:00:00 2001 From: Jean-Marc Prieur Date: Tue, 8 Oct 2024 12:02:13 -0700 Subject: [PATCH] Update version.props to 8.1.2 and propose release notes (#2889) * Update version.props * Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ build/version.props | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81bb6edd31..f4b8ad03be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ See the [releases](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) for details on bug fixes and added features. +8.1.2 +===== +### Bug fixes +- CaseSensitiveClaimsIdentity.Clone() now returns a `CaseSensitiveClaimsIdentity` as expected. See [2879](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2879) +- Multiple unused and unusable (for the moment) public APIs were removed. These were introduced by mistake leaking from the work done on logging and exception handling. See [2888](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2888). No major version changed needed as these APIs were not usable per se. + +### Fundamentals +- Enabled PublicApiAnalyzers to better understand and trace changes to the public API. See[2782](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/pull/2782) + 8.1.1 ===== ### Bug fixes diff --git a/build/version.props b/build/version.props index 0266a0453b..7c9c30c401 100644 --- a/build/version.props +++ b/build/version.props @@ -2,7 +2,7 @@ - 8.1.1 + 8.1.2 preview-$([System.DateTime]::Now.AddYears(-2019).Year)$([System.DateTime]::Now.ToString("MMddHHmmss"))