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/.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..27ef3228 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog +## [10.1.0](https://github.com/workos/workos-ruby/compare/v10.0.0...v10.1.0) (2026-07-28) + +### Features + +* 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 diff --git a/Gemfile.lock b/Gemfile.lock index 37d43d25..d9b6557f 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) @@ -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 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