From b14d3b97215e666710fc509b5b2e8a15517e8829 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:37:59 +0000 Subject: [PATCH 1/3] chore(main): release 10.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- lib/workos/version.rb | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83908824..1c369874 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.0.0" + ".": "10.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 265a2d3f..714012b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [10.1.0](https://github.com/workos/workos-ruby/compare/v10.0.0...v10.1.0) (2026-07-28) + + +### Features + +* **generated:** Pipes, PipesProvider, UserManagement (batch 6c21f6dc) ([#531](https://github.com/workos/workos-ruby/issues/531)) ([75c684f](https://github.com/workos/workos-ruby/commit/75c684f688774a8bb813ce43e4dba59e351591cb)) +* **generated:** SSO (batch 16283437) ([#532](https://github.com/workos/workos-ruby/issues/532)) ([b7bad42](https://github.com/workos/workos-ruby/commit/b7bad427870d8b6d9304e69e2261276d42788c5c)) +* replace hand-written URL builders with generated ones ([b162486](https://github.com/workos/workos-ruby/commit/b1624866137d8364dda1726b0302b70bed00a75c)) + ## [10.0.0](https://github.com/workos/workos-ruby/compare/v9.5.0...v10.0.0) (2026-07-22) ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 37d43d25..1b20016b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (10.0.0) + workos (10.1.0) jwt (~> 3.1) logger (~> 1.7) zeitwerk (~> 2.6) diff --git a/lib/workos/version.rb b/lib/workos/version.rb index bd923705..15dc0567 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # @oagen-ignore-file module WorkOS - VERSION = "10.0.0" + VERSION = "10.1.0" end From 3699eb0dba4d4f78619a5a29a8541c5029c643d9 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:38:11 +0000 Subject: [PATCH 2/3] chore: inline release notes from .changelog-pending --- ...2f2c0b2792fb452e4b7e1a0555c2fe14b857631.md | 18 ------------ ...7b77690a4486560659df08d947039af4cd52055.md | 5 ---- CHANGELOG.md | 28 +++++++++++++++++-- 3 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 .changelog-pending/2026-07-28T19-17-40-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md delete mode 100644 .changelog-pending/2026-07-28T20-32-42-c7b77690a4486560659df08d947039af4cd52055.md diff --git a/.changelog-pending/2026-07-28T19-17-40-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md b/.changelog-pending/2026-07-28T19-17-40-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md deleted file mode 100644 index 455cf492..00000000 --- a/.changelog-pending/2026-07-28T19-17-40-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md +++ /dev/null @@ -1,18 +0,0 @@ -* [#531](https://github.com/workos/workos-ruby/pull/531) fix(generated): regenerate from spec - - **Features** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` - * Added `client_credentials` to `DataIntegrationAuthMethods` - * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` - * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` - * Added `config` to Pipes models - * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: - * Added `client_credentials` to `ConnectedAccountAuthMethod` - - **Fixes** - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Changed errors for endpoint `POST /user_management/invitations` - * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` - * Changed errors for endpoint `POST /user_management/magic_auth` - * Changed errors for endpoint `POST /user_management/authenticate` diff --git a/.changelog-pending/2026-07-28T20-32-42-c7b77690a4486560659df08d947039af4cd52055.md b/.changelog-pending/2026-07-28T20-32-42-c7b77690a4486560659df08d947039af4cd52055.md deleted file mode 100644 index b98a0b90..00000000 --- a/.changelog-pending/2026-07-28T20-32-42-c7b77690a4486560659df08d947039af4cd52055.md +++ /dev/null @@ -1,5 +0,0 @@ -* [#532](https://github.com/workos/workos-ruby/pull/532) fix(generated): regenerate from spec - - **Fixes** - * **[sso](https://workos.com/docs/reference/sso)**: - * Removed `callback_endpoint` from `Connection` diff --git a/CHANGELOG.md b/CHANGELOG.md index 714012b6..27ef3228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,35 @@ ## [10.1.0](https://github.com/workos/workos-ruby/compare/v10.0.0...v10.1.0) (2026-07-28) - ### Features -* **generated:** Pipes, PipesProvider, UserManagement (batch 6c21f6dc) ([#531](https://github.com/workos/workos-ruby/issues/531)) ([75c684f](https://github.com/workos/workos-ruby/commit/75c684f688774a8bb813ce43e4dba59e351591cb)) -* **generated:** SSO (batch 16283437) ([#532](https://github.com/workos/workos-ruby/issues/532)) ([b7bad42](https://github.com/workos/workos-ruby/commit/b7bad427870d8b6d9304e69e2261276d42788c5c)) * replace hand-written URL builders with generated ones ([b162486](https://github.com/workos/workos-ruby/commit/b1624866137d8364dda1726b0302b70bed00a75c)) +* [#531](https://github.com/workos/workos-ruby/pull/531) fix(generated): regenerate from spec + + **Features** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest` + * Added `client_credentials` to `DataIntegrationAuthMethods` + * Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods` + * Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod` + * Added `config` to Pipes models + * **[connect](https://workos.com/docs/reference/workos-connect/standalone)**: + * Added `client_credentials` to `ConnectedAccountAuthMethod` + + **Fixes** + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Changed errors for endpoint `POST /user_management/invitations` + * Changed errors for endpoint `POST /user_management/invitations/{id}/resend` + * Changed errors for endpoint `POST /user_management/magic_auth` + * Changed errors for endpoint `POST /user_management/authenticate` + +* [#532](https://github.com/workos/workos-ruby/pull/532) fix(generated): regenerate from spec + + **Fixes** + * **[sso](https://workos.com/docs/reference/sso)**: + * Removed `callback_endpoint` from `Connection` + ## [10.0.0](https://github.com/workos/workos-ruby/compare/v9.5.0...v10.0.0) (2026-07-22) ### Bug Fixes From a662e5fce738f5704e669a75faee773d70d623f8 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:38:34 +0000 Subject: [PATCH 3/3] chore: update Gemfile.lock --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1b20016b..d9b6557f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -153,7 +153,7 @@ CHECKSUMS unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f webmock (3.26.2) sha256=774556f2ea6371846cca68c01769b2eac0d134492d21f6d0ab5dd643965a4c90 webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131 - workos (10.0.0) + workos (10.1.0) yard (0.9.44) sha256=eb087e9b631ccd887b049f303d489963945452d5e2a7eb49a5a74a7cf6887f28 yard-markdown (0.7.1) sha256=06c378632dfe7ba053be9ba469eb4701aa0470e36bcf7e5546f353eb90c1bfd1 zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd