diff --git a/src/Auth0.ManagementApi/.version b/src/Auth0.ManagementApi/.version index 3c6b41106..1204b4e6b 100644 --- a/src/Auth0.ManagementApi/.version +++ b/src/Auth0.ManagementApi/.version @@ -1 +1 @@ -7.46.0 \ No newline at end of file +7.47.0 \ No newline at end of file diff --git a/src/Auth0.ManagementApi/Auth0.ManagementApi.csproj b/src/Auth0.ManagementApi/Auth0.ManagementApi.csproj index 93c2168eb..d7fdae77e 100644 --- a/src/Auth0.ManagementApi/Auth0.ManagementApi.csproj +++ b/src/Auth0.ManagementApi/Auth0.ManagementApi.csproj @@ -10,7 +10,7 @@ - 7.46.0 + 7.47.0 $(Version) $(Version) $(Version) diff --git a/src/Auth0.ManagementApi/CHANGELOG.md b/src/Auth0.ManagementApi/CHANGELOG.md index 11ca520f2..b96b3a411 100644 --- a/src/Auth0.ManagementApi/CHANGELOG.md +++ b/src/Auth0.ManagementApi/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [mgmt-7.47.0](https://github.com/auth0/auth0.net/tree/mgmt-7.47.0) (2026-04-09) +[Full Changelog](https://github.com/auth0/auth0.net/compare/mgmt-7.46.0...mgmt-7.47.0) + +**Added** +- mgmt: Adds support to GET/PATCH default Custom domain [\#958](https://github.com/auth0/auth0.net/pull/958) ([kailash-b](https://github.com/kailash-b)) + ## [mgmt-7.46.0](https://github.com/auth0/auth0.net/tree/mgmt-7.46.0) (2026-03-26) [Full Changelog](https://github.com/auth0/auth0.net/compare/mgmt-7.45.1...mgmt-7.46.0)