diff --git a/.version b/.version index bef73b08..40a5952f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v6.0.0.beta.2 +v6.0.0.beta.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 75702640..f3f2a17f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v6.0.0.beta.3](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.3) (2026-06-29) +[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.2...v6.0.0.beta.3) + +**Added** +- feat: add Phone Provider Protection, Token Vault IP allowlist, and Cross App Access requesting app [\#758](https://github.com/auth0/ruby-auth0/pull/758) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [v6.0.0.beta.2](https://github.com/auth0/ruby-auth0/tree/v6.0.0.beta.2) (2026-06-12) [Full Changelog](https://github.com/auth0/ruby-auth0/compare/v6.0.0.beta.1...v6.0.0.beta.2) diff --git a/Gemfile.lock b/Gemfile.lock index 05ed9ab1..796cfbb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - auth0 (6.0.0.beta.0) + auth0 (6.0.0.beta.3) addressable (~> 2.8) jwt (~> 2.7) rest-client (~> 2.1) diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index 05fda50a..85dca109 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.2" + VERSION = "6.0.0.beta.3" end