Skip to content

Commit

Permalink
Release 7.33.0 (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b authored Feb 5, 2025
2 parents 94588d4 + b94c635 commit f4a3bdb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.32.0
7.33.0
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## [7.33.0](https://github.com/auth0/auth0.net/tree/7.33.0) (2025-02-05)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.32.0...7.33.0)

**Added**
- Adds support for managing SNS configuration - Push Notification - MFA policies [\#775](https://github.com/auth0/auth0.net/pull/775) ([kailash-b](https://github.com/kailash-b))
- Update documentation to clarify LoginHint.Issuer field usage in CIBA context [\#773](https://github.com/auth0/auth0.net/pull/773) ([kailash-b](https://github.com/kailash-b))
- Add support for /guardian end-points [\#771](https://github.com/auth0/auth0.net/pull/771) ([kailash-b](https://github.com/kailash-b))

**Changed**
- Allow Optional AssignMembershipOnLogin field to be nullable [\#776](https://github.com/auth0/auth0.net/pull/776) ([kailash-b](https://github.com/kailash-b))

## [7.32.0](https://github.com/auth0/auth0.net/tree/7.32.0) (2025-01-22)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.31.0...7.32.0)

Expand Down
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<LangVersion>7.1</LangVersion>
<Version>7.32.0</Version>
<Version>7.33.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit f4a3bdb

Please sign in to comment.