Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dbcec6d

Browse files
authoredMay 30, 2025
Release 7.37.0 (#814)
1 parent c9fb446 commit dbcec6d

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
 

‎.version

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

‎CHANGELOG.md

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

3+
## [7.37.0](https://github.com/auth0/auth0.net/tree/7.37.0) (2025-05-30)
4+
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.36.0...7.37.0)
5+
6+
**Added**
7+
- Allow monitoring Token Quota limits on every M2M authentication call [\#808](https://github.com/auth0/auth0.net/pull/808) ([kailash-b](https://github.com/kailash-b))
8+
- Add support for Delete authenticators registered to a user [\#810](https://github.com/auth0/auth0.net/pull/810) ([kailash-b](https://github.com/kailash-b))
9+
- Adds missing fields in Tenant Settings and Tenant flags [\#809](https://github.com/auth0/auth0.net/pull/809) ([kailash-b](https://github.com/kailash-b))
10+
- Adds support to update Token Quota at different levels [\#805](https://github.com/auth0/auth0.net/pull/805) ([kailash-b](https://github.com/kailash-b))
11+
12+
**Changed**
13+
- Change `scope` from `string` to `dynamic` in `LogEntry` [\#811](https://github.com/auth0/auth0.net/pull/811) ([kailash-b](https://github.com/kailash-b))
14+
15+
**Fixed**
16+
- Fix typo in `RelyingPartyIdentifier` [\#812](https://github.com/auth0/auth0.net/pull/812) ([kailash-b](https://github.com/kailash-b))
17+
318
## [7.36.0](https://github.com/auth0/auth0.net/tree/7.36.0) (2025-04-10)
419
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.35.0...7.36.0)
520

‎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.36.0</Version>
23+
<Version>7.37.0</Version>
2424
<Suffix/>
2525
</PropertyGroup>
2626
<PropertyGroup>

0 commit comments

Comments
 (0)