Skip to content

Commit f5df636

Browse files
committed
Release 7.40.0
1 parent 727badd commit f5df636

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.39.0
1+
7.40.0

CHANGELOG.md

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

3+
## [7.40.0](https://github.com/auth0/auth0.net/tree/7.40.0) (2025-08-13)
4+
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.39.0...7.40.0)
5+
6+
**Added**
7+
- Add support for DomainAliasesConfig in SelfService SSO create request [\#847](https://github.com/auth0/auth0.net/pull/847) ([kailash-b](https://github.com/kailash-b))
8+
9+
**Deprecated**
10+
- feat: Deprecate GetImpersonationUrlAsync [\#839](https://github.com/auth0/auth0.net/pull/839) ([kailash-b](https://github.com/kailash-b))
11+
12+
**Fixed**
13+
- fix: Use case-insensitive string comparer for HTTP header parsing [\#857](https://github.com/auth0/auth0.net/pull/857) ([kailash-b](https://github.com/kailash-b))
14+
15+
**Security**
16+
- deps: Bump `Microsoft.IdentityModel.Protocols.OpenIdConnect` and `System.IdentityModel.Tokens.Jwt` to 8.13.0 [\#846](https://github.com/auth0/auth0.net/pull/846) ([kailash-b](https://github.com/kailash-b))
17+
- deps: Upgrade dependencies [\#841](https://github.com/auth0/auth0.net/pull/841) ([kailash-b](https://github.com/kailash-b))
18+
319
## [7.39.0](https://github.com/auth0/auth0.net/tree/7.39.0) (2025-07-07)
420
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.38.0...7.39.0)
521

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</PropertyGroup>
2121
<PropertyGroup>
2222
<LangVersion>latest</LangVersion>
23-
<Version>7.39.0</Version>
23+
<Version>7.40.0</Version>
2424
<Suffix/>
2525
</PropertyGroup>
2626
<PropertyGroup>

0 commit comments

Comments
 (0)