diff --git a/.version b/.version index 7c5e6139..d1762736 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.26.2 \ No newline at end of file +7.27.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 733c8c4d..3cef0c52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [7.27.0](https://github.com/auth0/auth0.net/tree/7.27.0) (2024-09-30) +[Full Changelog](https://github.com/auth0/auth0.net/compare/7.26.2...7.27.0) + +**Added** +- Add support for Managing SCIM configuration [\#726](https://github.com/auth0/auth0.net/pull/726) ([kailash-b](https://github.com/kailash-b)) +- Adds 'is_signup_enabled' for OrganisationConnection [\#724](https://github.com/auth0/auth0.net/pull/724) ([kailash-b](https://github.com/kailash-b)) + +**Fixed** +- Fixes issue where SendInvitationEmail is not defaulting to True [\#728](https://github.com/auth0/auth0.net/pull/728) ([kailash-b](https://github.com/kailash-b)) + ## [7.26.2](https://github.com/auth0/auth0.net/tree/7.26.2) (2024-04-03) [Full Changelog](https://github.com/auth0/auth0.net/compare/7.26.1...7.26.2) diff --git a/build/common.props b/build/common.props index 89258a52..d6028a1a 100644 --- a/build/common.props +++ b/build/common.props @@ -20,7 +20,7 @@ 7.1 - 7.26.2 + 7.27.0