Skip to content

Commit d05559a

Browse files
chore(main): release 10.1.0 (#530)
Co-authored-by: workos-sdk-automation[bot] <255426317+workos-sdk-automation[bot]@users.noreply.github.com>
1 parent b7bad42 commit d05559a

6 files changed

Lines changed: 35 additions & 27 deletions

.changelog-pending/2026-07-28T19-17-40-72f2c0b2792fb452e4b7e1a0555c2fe14b857631.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

.changelog-pending/2026-07-28T20-32-42-c7b77690a4486560659df08d947039af4cd52055.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "10.0.0"
2+
".": "10.1.0"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [10.1.0](https://github.com/workos/workos-ruby/compare/v10.0.0...v10.1.0) (2026-07-28)
4+
5+
### Features
6+
7+
* replace hand-written URL builders with generated ones ([b162486](https://github.com/workos/workos-ruby/commit/b1624866137d8364dda1726b0302b70bed00a75c))
8+
9+
* [#531](https://github.com/workos/workos-ruby/pull/531) fix(generated): regenerate from spec
10+
11+
**Features**
12+
* **[pipes](https://workos.com/docs/reference/pipes)**:
13+
* Added `config` to `DataIntegrationsGetDataIntegrationAuthorizeUrlRequest`
14+
* Added `client_credentials` to `DataIntegrationAuthMethods`
15+
* Added `client_credentials` to `DataIntegrationsListResponseDataAuthMethods`
16+
* Added `client_credentials` to `DataIntegrationsListResponseDataConnectedAccountAuthMethod`
17+
* Added `config` to Pipes models
18+
* **[connect](https://workos.com/docs/reference/workos-connect/standalone)**:
19+
* Added `client_credentials` to `ConnectedAccountAuthMethod`
20+
21+
**Fixes**
22+
* **[user_management](https://workos.com/docs/reference/authkit/user)**:
23+
* Changed errors for endpoint `POST /user_management/invitations`
24+
* Changed errors for endpoint `POST /user_management/invitations/{id}/resend`
25+
* Changed errors for endpoint `POST /user_management/magic_auth`
26+
* Changed errors for endpoint `POST /user_management/authenticate`
27+
28+
* [#532](https://github.com/workos/workos-ruby/pull/532) fix(generated): regenerate from spec
29+
30+
**Fixes**
31+
* **[sso](https://workos.com/docs/reference/sso)**:
32+
* Removed `callback_endpoint` from `Connection`
33+
334
## [10.0.0](https://github.com/workos/workos-ruby/compare/v9.5.0...v10.0.0) (2026-07-22)
435

536
### Bug Fixes

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
workos (10.0.0)
4+
workos (10.1.0)
55
jwt (~> 3.1)
66
logger (~> 1.7)
77
zeitwerk (~> 2.6)
@@ -153,7 +153,7 @@ CHECKSUMS
153153
unicode-emoji (4.2.0) sha256=519e69150f75652e40bf736106cfbc8f0f73aa3fb6a65afe62fefa7f80b0f80f
154154
webmock (3.26.2) sha256=774556f2ea6371846cca68c01769b2eac0d134492d21f6d0ab5dd643965a4c90
155155
webrick (1.9.2) sha256=beb4a15fc474defed24a3bda4ffd88a490d517c9e4e6118c3edce59e45864131
156-
workos (10.0.0)
156+
workos (10.1.0)
157157
yard (0.9.44) sha256=eb087e9b631ccd887b049f303d489963945452d5e2a7eb49a5a74a7cf6887f28
158158
yard-markdown (0.7.1) sha256=06c378632dfe7ba053be9ba469eb4701aa0470e36bcf7e5546f353eb90c1bfd1
159159
zeitwerk (2.7.5) sha256=d8da92128c09ea6ec62c949011b00ed4a20242b255293dd66bf41545398f73dd

lib/workos/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# @oagen-ignore-file
44
module WorkOS
5-
VERSION = "10.0.0"
5+
VERSION = "10.1.0"
66
end

0 commit comments

Comments
 (0)