From 49a67f32ee9f1267c3373a1da3c50aa6d4fddce5 Mon Sep 17 00:00:00 2001 From: kailash-b Date: Thu, 28 Nov 2024 13:51:13 +0530 Subject: [PATCH] Release 7.30.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ build/common.props | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.version b/.version index abe199e3..2c8d7259 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.29.0 \ No newline at end of file +7.30.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 877f870a..c892a140 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Added** +- Adds Checkpoint Pagination support for fetching all connections [\#752](https://github.com/auth0/auth0.net/pull/752) ([kailash-b](https://github.com/kailash-b)) +- Adds support for managing custom-text and partial-prompts [\#749](https://github.com/auth0/auth0.net/pull/749) ([kailash-b](https://github.com/kailash-b)) +- Adds support for Self-Service-Profile endpoints [\#747](https://github.com/auth0/auth0.net/pull/747) ([kailash-b](https://github.com/kailash-b)) +- Support PhoneNumber as a flexible identifier [\#746](https://github.com/auth0/auth0.net/pull/746) ([kailash-b](https://github.com/kailash-b)) + ## [7.29.0](https://github.com/auth0/auth0.net/tree/7.29.0) (2024-11-08) [Full Changelog](https://github.com/auth0/auth0.net/compare/7.28.0...7.29.0) diff --git a/build/common.props b/build/common.props index c03526e7..c551f4cc 100644 --- a/build/common.props +++ b/build/common.props @@ -20,7 +20,7 @@ 7.1 - 7.29.0 + 7.30.0