From 2d53d1fe833cedbfe967e3ca66894d44cae95dbc Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 14:19:12 +0000 Subject: [PATCH 1/2] chore(main): release 3.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b805e9a8..3cf104e9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.1" + ".": "3.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a445f11..7300f4dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.5.0](https://github.com/workos/workos-rust/compare/v3.4.1...v3.5.0) (2026-09-24) + + +### Features + +* **generated:** Authorization (batch c64ce1e7) ([#160](https://github.com/workos/workos-rust/issues/160)) ([1b23e53](https://github.com/workos/workos-rust/commit/1b23e53150045b163a1da0a76815ed52ed6c2d2b)) + ## [3.4.1](https://github.com/workos/workos-rust/compare/v3.4.0...v3.4.1) (2026-09-18) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index a24fda6b..fd7e2329 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2311,7 +2311,7 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "workos" -version = "3.4.1" +version = "3.5.0" dependencies = [ "aes-gcm", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 26b1b523..0a7b73de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ # @oagen-ignore-file [package] name = "workos" -version = "3.4.1" +version = "3.5.0" edition = "2024" rust-version = "1.88" description = "Official Rust SDK for the WorkOS API" From cefe6e1990692e48e1ff6e6fc12d554adb3faf25 Mon Sep 17 00:00:00 2001 From: "workos-sdk-automation[bot]" <255426317+workos-sdk-automation[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 14:19:26 +0000 Subject: [PATCH 2/2] chore: inline release notes from .changelog-pending --- ...4T14-13-04-e2873c2f2c846fa33dcbdadaba761c23faaf2cbd.md | 6 ------ CHANGELOG.md | 8 +++++--- 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .changelog-pending/2026-09-24T14-13-04-e2873c2f2c846fa33dcbdadaba761c23faaf2cbd.md diff --git a/.changelog-pending/2026-09-24T14-13-04-e2873c2f2c846fa33dcbdadaba761c23faaf2cbd.md b/.changelog-pending/2026-09-24T14-13-04-e2873c2f2c846fa33dcbdadaba761c23faaf2cbd.md deleted file mode 100644 index 823fe00c..00000000 --- a/.changelog-pending/2026-09-24T14-13-04-e2873c2f2c846fa33dcbdadaba761c23faaf2cbd.md +++ /dev/null @@ -1,6 +0,0 @@ -* [#160](https://github.com/workos/workos-rust/pull/160) feat(generated): regenerate from spec - - **Features** - * **[user_management](https://workos.com/docs/reference/authkit/user)**: - * Added model `UserRoleAssignmentSourceGroup` - * Added `group` to `UserRoleAssignmentSource` diff --git a/CHANGELOG.md b/CHANGELOG.md index 7300f4dc..f049fcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.5.0](https://github.com/workos/workos-rust/compare/v3.4.1...v3.5.0) (2026-09-24) +* [#160](https://github.com/workos/workos-rust/pull/160) feat(generated): regenerate from spec -### Features - -* **generated:** Authorization (batch c64ce1e7) ([#160](https://github.com/workos/workos-rust/issues/160)) ([1b23e53](https://github.com/workos/workos-rust/commit/1b23e53150045b163a1da0a76815ed52ed6c2d2b)) + **Features** + * **[user_management](https://workos.com/docs/reference/authkit/user)**: + * Added model `UserRoleAssignmentSourceGroup` + * Added `group` to `UserRoleAssignmentSource` ## [3.4.1](https://github.com/workos/workos-rust/compare/v3.4.0...v3.4.1) (2026-09-18)