From 5fbe459690774882385701064468f584238b957c Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:20:08 +0000 Subject: [PATCH 1/2] v6.0.0 --- lib/workos/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index e0ab11c9..cf8f5082 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.31.1' + VERSION = '6.0.0' end From cfa3f2054b8d17ab9cd9863a192945cd179c3463 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Wed, 4 Feb 2026 14:22:33 -0500 Subject: [PATCH 2/2] Bump Gemfile.lock too --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6f725e7e..ffd27501 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.31.1) + workos (6.0.0) encryptor (~> 3.0) jwt (~> 3.1)