From 599d70e3844a12ab8e7cc8a836a624f480f692f7 Mon Sep 17 00:00:00 2001 From: Snehil Kishore Date: Fri, 12 Jun 2026 13:30:10 +0530 Subject: [PATCH] Release v6.0.0.beta.2 --- .version | 2 +- CHANGELOG.md | 6 ++++++ lib/auth0/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index d6119da5..bef73b08 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v6.0.0.beta.1 +v6.0.0.beta.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index dee4f58d..75702640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- feat: add Tenant Security Headers and Connection Session Expiry; remove Branding Phone Display [\#751](https://github.com/auth0/ruby-auth0/pull/751) ([fern-api[bot]](https://github.com/apps/fern-api)) + ## [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) diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index 945f7c33..05fda50a 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.1" + VERSION = "6.0.0.beta.2" end