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/.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..f049fcd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ 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) + +* [#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` + ## [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"