diff --git a/.changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md b/.changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md deleted file mode 100644 index 0649a3b7..00000000 --- a/.changelog-pending/2026-09-05T15-36-46-b110a04e6629f048799bbf753bddc6c5f4d10c0f.md +++ /dev/null @@ -1,18 +0,0 @@ -* [#550](https://github.com/workos/workos-ruby/pull/550) fix(generated): regenerate from spec - - **Features** - * **[pipes](https://workos.com/docs/reference/pipes)**: - * Added `connected_account_id` to `DataIntegrationsVendCredentialsRequest` - * Added `connected_account_id` to `DataIntegrationsGetUserTokenRequest` - * Added parameter `UserManagementDataProviders.getUserDataInstallation.connected_account_id` - * Changed errors for endpoint `GET /user_management/users/{user_id}/connected_accounts/{slug}` - * Added parameter `UserManagementDataProviders.updateUserDataInstallation.connected_account_id` - * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` - * Added parameter `UserManagementDataProviders.deleteUserDataInstallation.connected_account_id` - * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` - * Added `connected_accounts` to `DataIntegrationsListResponseData` - * Changed errors for endpoint `PUT /data-integrations/{slug}` - * Changed errors for endpoint `PUT /data-integrations/{slug}/api-key` - * Changed errors for endpoint `PUT /data-integrations/{slug}/client-credentials` - * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` - * Changed errors for endpoint `POST /data-integrations/{provider}/token` diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf43a83c..04976058 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "10.3.0" + ".": "10.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 704d14e6..d1307d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## [10.4.0](https://github.com/workos/workos-ruby/compare/v10.3.0...v10.4.0) (2026-09-05) + +* [#550](https://github.com/workos/workos-ruby/pull/550) fix(generated): regenerate from spec + + **Features** + * **[pipes](https://workos.com/docs/reference/pipes)**: + * Added `connected_account_id` to `DataIntegrationsVendCredentialsRequest` + * Added `connected_account_id` to `DataIntegrationsGetUserTokenRequest` + * Added parameter `UserManagementDataProviders.getUserDataInstallation.connected_account_id` + * Changed errors for endpoint `GET /user_management/users/{user_id}/connected_accounts/{slug}` + * Added parameter `UserManagementDataProviders.updateUserDataInstallation.connected_account_id` + * Changed errors for endpoint `PUT /user_management/users/{user_id}/connected_accounts/{slug}` + * Added parameter `UserManagementDataProviders.deleteUserDataInstallation.connected_account_id` + * Changed errors for endpoint `DELETE /user_management/users/{user_id}/connected_accounts/{slug}` + * Added `connected_accounts` to `DataIntegrationsListResponseData` + * Changed errors for endpoint `PUT /data-integrations/{slug}` + * Changed errors for endpoint `PUT /data-integrations/{slug}/api-key` + * Changed errors for endpoint `PUT /data-integrations/{slug}/client-credentials` + * Changed errors for endpoint `POST /data-integrations/{slug}/credentials` + * Changed errors for endpoint `POST /data-integrations/{provider}/token` + ## [10.3.0](https://github.com/workos/workos-ruby/compare/v10.2.1...v10.3.0) (2026-09-01) * [#546](https://github.com/workos/workos-ruby/pull/546) feat(generated)!: regenerate from spec (5 changes) diff --git a/Gemfile.lock b/Gemfile.lock index 004e2606..5dd35767 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - workos (10.3.0) + workos (10.4.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.3.0) + workos (10.4.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 0f4e8083..12fd1fec 100644 --- a/lib/workos/version.rb +++ b/lib/workos/version.rb @@ -2,5 +2,5 @@ # @oagen-ignore-file module WorkOS - VERSION = "10.3.0" + VERSION = "10.4.0" end