diff --git a/.version b/.version index 4732fad1..d6119da5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v6.0.0.beta.0 +v6.0.0.beta.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index bf840003..dee4f58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v6.0.0.beta.1](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.1) (2026-05-28) +[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.0...v6.0.0.beta.1) + +**Added** +- feat: Events API, Rate Limit Policies, refresh token revocation, FedCM, DPoP GA [\#732](https://github.com/auth0/ruby-auth0/pull/732) ([fern-api[bot]](https://github.com/apps/fern-api)) +- feat: add SCIM Groups RBAC, User Effective Permissions/Roles, and Tenant Country Codes [\#742](https://github.com/auth0/ruby-auth0/pull/742) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## 6.0.0-beta.0 (2026-04-30) [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.18.1...v6.0.0.beta.0) diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index c46cf54e..945f7c33 100644 --- a/lib/auth0/version.rb +++ b/lib/auth0/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Auth0 - VERSION = "6.0.0.beta.0" + VERSION = "6.0.0.beta.1" end