From 311d8dc70a08f733b1301e40a429918acab7c5c8 Mon Sep 17 00:00:00 2001 From: Dan Dorman Date: Thu, 23 Jan 2025 11:00:57 -0700 Subject: [PATCH] v5.12.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 ad714ef5..0a44c753 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (5.11.1) + workos (5.12.0) encryptor (~> 3.0) jwt (~> 2.8) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index a3dac792..5db5a852 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WorkOS - VERSION = '5.11.1' + VERSION = '5.12.0' end