Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.31.0 #761

Closed
wants to merge 1 commit into from
Closed
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
Release 7.31.0
kailash-b committed Jan 8, 2025
commit f9e3eecba212dd16267288bff872ff31aad20122
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# 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 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)

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

Unchanged files with check annotations Beta

using System.Collections.Generic;
using Auth0.AuthenticationApi.Models;
using Auth0.ManagementApi.Models.Connections;
using Auth0.Tests.Shared;

Check warning on line 14 in tests/Auth0.ManagementApi.IntegrationTests/ConnectionTests.cs

GitHub Actions / build

The using directive for 'Auth0.Tests.Shared' appeared previously in this namespace

Check warning on line 14 in tests/Auth0.ManagementApi.IntegrationTests/ConnectionTests.cs

GitHub Actions / build

The using directive for 'Auth0.Tests.Shared' appeared previously in this namespace

Check warning on line 14 in tests/Auth0.ManagementApi.IntegrationTests/ConnectionTests.cs

GitHub Actions / Test Auth0.ManagementApi

The using directive for 'Auth0.Tests.Shared' appeared previously in this namespace
using Newtonsoft.Json;
namespace Auth0.ManagementApi.IntegrationTests