Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.47.0
v1.48.0
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion meta.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package auth0

// Version is the package version.
var Version = "1.47.0"
var Version = "1.48.0"
Loading