diff --git a/.version b/.version index 7a536ce1..5f911c6e 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v1.47.0 +v1.48.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dac289b..14b6782f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Change Log -## [Unreleased] +## [v1.48.0](https://github.com/auth0/go-auth0/tree/v1.48.0) (2026-08-26) +[Full Changelog](https://github.com/auth0/go-auth0/compare/v1.47.0...v1.48.0) **Added** -- feat: add `ThirdPartyClientAccess` support to `MyOrganizationConfiguration` on `Client`, controlling whether third-party clients can access organizations created for the client through the My Organization API (Early Access). Note that `AllowedValues` is required whenever `ThirdPartyClientAccess` is set. +- feat: add `ThirdPartyClientAccess` support to `MyOrganizationConfiguration` on `Client`, controlling whether third-party clients can access organizations created for the client through the My Organization API (Early Access). Note that `AllowedValues` is required whenever `ThirdPartyClientAccess` is set [\#854](https://github.com/auth0/go-auth0/pull/854) ([KartikJha](https://github.com/KartikJha)) ## [v1.47.0](https://github.com/auth0/go-auth0/tree/v1.47.0) (2026-08-13) [Full Changelog](https://github.com/auth0/go-auth0/compare/v1.46.0...v1.47.0) diff --git a/meta.go b/meta.go index 5be6a563..425e68ee 100644 --- a/meta.go +++ b/meta.go @@ -1,4 +1,4 @@ package auth0 // Version is the package version. -var Version = "1.47.0" +var Version = "1.48.0"