Skip to content

Commit

Permalink
Release 7.32.0 (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b authored Jan 22, 2025
2 parents c8cff0f + 144b8e5 commit 1817b83
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.31.0
7.32.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [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)

**Added**
- Add support to manage /flows endpoints [\#765](https://github.com/auth0/auth0.net/pull/765) ([kailash-b](https://github.com/kailash-b))
- Add support to Update a Custom Domain [\#763](https://github.com/auth0/auth0.net/pull/763) ([kailash-b](https://github.com/kailash-b))
- Adds CnameApiKey to CustomDomainVerificationResponse (#757) [\#764](https://github.com/auth0/auth0.net/pull/764) ([tmschlot](https://github.com/tmschlot))

**Fixed**
- Added missing user ID field in Device Credentials class [\#768](https://github.com/auth0/auth0.net/pull/768) ([Mohsens22](https://github.com/Mohsens22))
- Added missing fields to LogEntry (#766) [\#767](https://github.com/auth0/auth0.net/pull/767) ([Mohsens22](https://github.com/Mohsens22))

## [7.31.0](https://github.com/auth0/auth0.net/tree/7.31.0) (2025-01-08)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.30.0...7.31.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.31.0</Version>
<Version>7.32.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit 1817b83

Please sign in to comment.