diff --git a/.version b/.version index 3e1ad72..8e03717 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddaa5b..1ab97f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.5.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.5.1) (2025-11-07) +[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.5.0...1.5.1) + +**Fixed** +- Fix issue with using custom scheme with BackchannelLogout [\#185](https://github.com/auth0/auth0-aspnetcore-authentication/pull/185) ([kailash-b](https://github.com/kailash-b)) + +**Security** +- chore(deps): Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.13.1 to 8.14.0 [\#172](https://github.com/auth0/auth0-aspnetcore-authentication/pull/172) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore(deps): Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.12.1 to 8.13.1 [\#168](https://github.com/auth0/auth0-aspnetcore-authentication/pull/168) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [1.5.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.5.0) (2025-07-21) [Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.4.1...1.5.0) diff --git a/docs/index.html b/docs/index.html index 7d83bc6..401bdf2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@ - + diff --git a/package-lock.json b/package-lock.json index 724c2ef..cd153f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "auth0.net", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1517f43..0fa4653 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-aspnetcore-authentication", - "version": "1.5.0", + "version": "1.5.1", "description": "ASP.NET Core Authentication Middleware for Auth0", "scripts": { "release": "node ./scripts/release", diff --git a/src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj b/src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj index a0d1036..5861955 100644 --- a/src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj +++ b/src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj @@ -42,7 +42,7 @@ README.md - 1.5.0 + 1.5.1 $(Version)