From 67cb6a94ba953fe615b2ce9b421ab385955633b9 Mon Sep 17 00:00:00 2001 From: gjtorikian <64050+gjtorikian@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:12:26 +0000 Subject: [PATCH 1/2] v5.31.1 --- 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 9cb92759..e0ab11c9 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.31.0' + VERSION = '5.31.1' end From d58e9c107aaacfed31937f875cf937765915f668 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Mon, 2 Feb 2026 14:14:35 -0500 Subject: [PATCH 2/2] update Gemfile.lock too --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 86ca014b..9b4f75a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.31.0) + workos (5.31.1) encryptor (~> 3.0) jwt (~> 2.8)