Skip to content

Commit 6d17b5d

Browse files
authored
Release 7.35.0 (#795)
2 parents fc576ed + eb5e90f commit 6d17b5d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.version

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

CHANGELOG.md

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

3+
## [7.35.0](https://github.com/auth0/auth0.net/tree/7.35.0) (2025-03-24)
4+
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.34.0...7.35.0)
5+
6+
**Added**
7+
- Add missing fields in SelfServiceSso config [\#793](https://github.com/auth0/auth0.net/pull/793) ([kll2105](https://github.com/kll2105))
8+
- Adds support for email verification_method in ConnectionOptions [\#792](https://github.com/auth0/auth0.net/pull/792) ([hdmoreland](https://github.com/hdmoreland))
9+
- Support for LogFilterStream [\#791](https://github.com/auth0/auth0.net/pull/791) ([iamsushantk](https://github.com/iamsushantk))
10+
311
## [7.34.0](https://github.com/auth0/auth0.net/tree/7.34.0) (2025-02-19)
412
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.33.0...7.34.0)
513

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.34.0</Version>
23+
<Version>7.35.0</Version>
2424
<Suffix/>
2525
</PropertyGroup>
2626
<PropertyGroup>

0 commit comments

Comments
 (0)