Skip to content

Commit 8636857

Browse files
chore(main): release 9.4.0
1 parent e371582 commit 8636857

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [9.4.0](https://github.com/workos/workos-ruby/compare/v9.3.0...v9.4.0) (2026-07-02)
4+
5+
6+
### Features
7+
8+
* **generated:** AdminPortal, Authorization, Webhooks, UserManagement, AuditLogs (batch 08085e9d) ([#510](https://github.com/workos/workos-ruby/issues/510)) ([fa3558b](https://github.com/workos/workos-ruby/commit/fa3558beed81c97dfc366bb188e5c8be7fa7f1e2))
9+
* **generated:** Pipes (batch 77e46600) ([#508](https://github.com/workos/workos-ruby/issues/508)) ([aded437](https://github.com/workos/workos-ruby/commit/aded437bb7fbc20e5e3506cca193f1c619c4584b))
10+
* **pipes:** Add Pipes operations and models ([#512](https://github.com/workos/workos-ruby/issues/512)) ([e371582](https://github.com/workos/workos-ruby/commit/e371582fad5a78f03c8ef8783e507fd2f418b6c6))
11+
312
## [9.3.0](https://github.com/workos/workos-ruby/compare/v9.2.0...v9.3.0) (2026-06-30)
413

514
* [#504](https://github.com/workos/workos-ruby/pull/504) fix(generated): regenerate from spec

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
workos (9.3.0)
4+
workos (9.4.0)
55
jwt (~> 3.1)
66
logger (~> 1.7)
77
zeitwerk (~> 2.6)

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 = "9.3.0"
5+
VERSION = "9.4.0"
66
end

0 commit comments

Comments
 (0)