Skip to content

Commit 5e1c886

Browse files
authored
Release 7.36.0 (#802)
2 parents a46b19b + 9e21a3a commit 5e1c886

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.35.0
1+
7.36.0

CHANGELOG.md

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

3+
## [7.36.0](https://github.com/auth0/auth0.net/tree/7.36.0) (2025-04-10)
4+
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.35.0...7.36.0)
5+
6+
**Added**
7+
- Adds support to Enroll / Verify / List / Challenge / Delete Multi Factor Authenticators [\#798](https://github.com/auth0/auth0.net/pull/798) ([czf](https://github.com/czf) / [kailash-b](https://github.com/kailash-b))
8+
- Adds missing backchannel logout initiators [\#796](https://github.com/auth0/auth0.net/pull/796) ([dmarjoram](https://github.com/dmarjoram))
9+
10+
**Fixed**
11+
- Fix for PasswordlessEmailRequest passing literal NULL when no client_secre… [\#800](https://github.com/auth0/auth0.net/pull/800) ([kailash-b](https://github.com/kailash-b))
12+
313
## [7.35.0](https://github.com/auth0/auth0.net/tree/7.35.0) (2025-03-24)
414
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.34.0...7.35.0)
515

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>7.1</LangVersion>
23-
<Version>7.35.0</Version>
23+
<Version>7.36.0</Version>
2424
<Suffix/>
2525
</PropertyGroup>
2626
<PropertyGroup>

0 commit comments

Comments
 (0)