Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1
1.7.0
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## [1.7.0](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.7.0) (2026-04-09)
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.6.1...1.7.0)

**Added**
- Adds support for multiple custom domains [\#206](https://github.com/auth0/auth0-aspnetcore-authentication/pull/206) ([kailash-b](https://github.com/kailash-b))

**Security**
- chore: Dependency updates [\#220](https://github.com/auth0/auth0-aspnetcore-authentication/pull/220) ([kailash-b](https://github.com/kailash-b))
- chore(deps): Bump System.Text.Encodings.Web from 10.0.2 to 10.0.3 [\#209](https://github.com/auth0/auth0-aspnetcore-authentication/pull/209) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps): Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.2 to 10.0.3 [\#208](https://github.com/auth0/auth0-aspnetcore-authentication/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps)(deps): Bump actions/checkout from 5 to 6 [\#192](https://github.com/auth0/auth0-aspnetcore-authentication/pull/192) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps): Bump FluentAssertions from 7.2.0 to 7.2.1 [\#207](https://github.com/auth0/auth0-aspnetcore-authentication/pull/207) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps): Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.15.0 to 8.16.0 [\#211](https://github.com/auth0/auth0-aspnetcore-authentication/pull/211) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps): Bump Microsoft.AspNetCore.Mvc.ViewFeatures from 2.3.0 to 2.3.9 [\#203](https://github.com/auth0/auth0-aspnetcore-authentication/pull/203) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps): Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.1 to 10.0.2 [\#204](https://github.com/auth0/auth0-aspnetcore-authentication/pull/204) ([dependabot[bot]](https://github.com/apps/dependabot))
- chore(deps): Bump System.Text.Encodings.Web from 10.0.1 to 10.0.2 [\#205](https://github.com/auth0/auth0-aspnetcore-authentication/pull/205) ([dependabot[bot]](https://github.com/apps/dependabot))

## [1.6.1](https://github.com/auth0/auth0-aspnetcore-authentication/tree/1.6.1) (2025-12-22)
[Full Changelog](https://github.com/auth0/auth0-aspnetcore-authentication/compare/1.6.0...1.6.1)

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@



<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.6.1/docs-source/index.md/#L1">
<meta name="docfx:docurl" content="https://github.com/auth0/auth0-aspnetcore-authentication/blob/release/1.7.0/docs-source/index.md/#L1">
<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-aspnetcore-authentication",
"version": "1.6.1",
"version": "1.7.0",
"description": "ASP.NET Core Authentication Middleware for Auth0",
"scripts": {
"release": "node ./scripts/release",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup>
<Version>1.6.1</Version>
<Version>1.7.0</Version>
</PropertyGroup>
<PropertyGroup>
<AssemblyVersion>$(Version)</AssemblyVersion>
Expand Down
Loading