Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.37.0
7.38.0
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [7.38.0](https://github.com/auth0/auth0.net/tree/7.38.0) (2025-06-23)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.37.0...7.38.0)

**Added**
- Add support for `v2/jobs/get-errors` API [\#819](https://github.com/auth0/auth0.net/pull/819) ([kailash-b](https://github.com/kailash-b))
- Use Polysharp to take advantage of latest language features [\#813](https://github.com/auth0/auth0.net/pull/813) ([kailash-b](https://github.com/kailash-b))

**Deprecated**
- Deprecate `EnabledClients` in `Connections` in favour of Get and Update EnabledClients [\#821](https://github.com/auth0/auth0.net/pull/821) ([kailash-b](https://github.com/kailash-b))

**Fixed**
- Fix query generation in GetAllAsync [\#820](https://github.com/auth0/auth0.net/pull/820) ([kailash-b](https://github.com/kailash-b))

## [7.37.0](https://github.com/auth0/auth0.net/tree/7.37.0) (2025-05-30)
[Full Changelog](https://github.com/auth0/auth0.net/compare/7.36.0...7.37.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.37.0</Version>
<Version>7.38.0</Version>
<Suffix/>
</PropertyGroup>
<PropertyGroup>
Expand Down
Loading