From 00b83e35ed4597edcdd28aad1b7bdcb20bf6f3f2 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 19 Nov 2025 16:48:25 -0500 Subject: [PATCH 1/2] v5.27.1 --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 51a30f59..1579443c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.27.0) + workos (5.27.1) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 35ff0d3d..7eb28958 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.27.0' + VERSION = '5.27.1' end From bcf7c9120cfd440ddbe88635aac45aeb0d644db1 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Thu, 20 Nov 2025 08:07:44 -0500 Subject: [PATCH 2/2] v5.28.0 --- Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1579443c..05a39110 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.27.1) + workos (5.28.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index 7eb28958..31734d10 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.27.1' + VERSION = '5.28.0' end