Skip to content

Commit

Permalink
Release 7.31.0 (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailash-b authored Jan 8, 2025
2 parents 49c42d6 + 8e61049 commit ca79bd8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.30.0
7.31.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

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

**Added**
- Adds support for managing Forms [\#760](https://github.com/auth0/auth0.net/pull/760) ([kailash-b](https://github.com/kailash-b))
- Adds support for CIBA [\#755](https://github.com/auth0/auth0.net/pull/755) ([kailash-b](https://github.com/kailash-b))

## [7.30.0](https://github.com/auth0/auth0.net/tree/7.30.0) (2024-11-28)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.29.0...7.30.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.30.0</Version>
<Version>7.31.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down

0 comments on commit ca79bd8

Please sign in to comment.