diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b6edec6..633fb4ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.44.0" + ".": "5.45.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32856299..1b19254c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [5.45.0](https://github.com/workos/workos-python/compare/v5.44.0...v5.45.0) (2026-03-09) + + +### Features + +* return organization_name on OrganizationMembership ([#574](https://github.com/workos/workos-python/issues/574)) ([dae4dab](https://github.com/workos/workos-python/commit/dae4daba638660be13b6fd8bcaff03ce63ed6f00)) + + +### Bug Fixes + +* list_client_secrets returns raw list, not paginated response ([#586](https://github.com/workos/workos-python/issues/586)) ([ccc8cd5](https://github.com/workos/workos-python/commit/ccc8cd5f82802cdd275d8fab06390747b33544cd)) + ## [5.44.0](https://github.com/workos/workos-python/compare/v5.43.0...v5.44.0) (2026-03-06) diff --git a/pyproject.toml b/pyproject.toml index a53290b6..6a2d9e2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "workos" -version = "5.44.0" +version = "5.45.0" description = "WorkOS Python Client" readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index ae65c3c0..06dbf55a 100644 --- a/uv.lock +++ b/uv.lock @@ -1475,7 +1475,7 @@ wheels = [ [[package]] name = "workos" -version = "5.44.0" +version = "5.45.0" source = { editable = "." } dependencies = [ { name = "cryptography" },