Skip to content

Commit 88a93b1

Browse files
authored
Release 1.6.1 (#201)
2 parents de69510 + e5fab65 commit 88a93b1

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.6.1

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [1.6.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.6.1) (2025-12-22)
4+
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.6.0...1.6.1)
5+
6+
**Security**
7+
- chore(deps): Bump System.Text.Encodings.Web from 10.0.0 to 10.0.1 [\#200](https://github.com/auth0/auth0-aspnetcore-authentication/pull/200) ([dependabot[bot]](https://github.com/apps/dependabot))
8+
- chore(deps): Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.14.0 to 8.15.0 [\#190](https://github.com/auth0/auth0-aspnetcore-authentication/pull/190) ([dependabot[bot]](https://github.com/apps/dependabot))
9+
310
## [1.6.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.6.0) (2025-12-04)
411
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.5.1...1.6.0)
512

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818

19-
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.6.0/docs-source/index.md/#L1">
19+
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.6.1/docs-source/index.md/#L1">
2020
<meta name="loc:inThisArticle" content="In this article">
2121
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
2222
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth0-aspnetcore-authentication",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "ASP.NET Core Authentication Middleware for Auth0",
55
"scripts": {
66
"release": "node ./scripts/release",

src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReadmeFile>README.md</PackageReadmeFile>
4646
</PropertyGroup>
4747
<PropertyGroup>
48-
<Version>1.6.0</Version>
48+
<Version>1.6.1</Version>
4949
</PropertyGroup>
5050
<PropertyGroup>
5151
<AssemblyVersion>$(Version)</AssemblyVersion>

0 commit comments

Comments
 (0)