Skip to content

Commit f4755d4

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

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [6.5.0](https://github.com/workos/workos-go/compare/v6.4.0...v6.5.0) (2026-03-20)
4+
5+
6+
### Features
7+
8+
* **user-management:** add DirectoryManaged to OrganizationMembership ([#508](https://github.com/workos/workos-go/issues/508)) ([e9206b1](https://github.com/workos/workos-go/commit/e9206b1e4dd3fb134125dc63d484065e9fce7574))
9+
10+
11+
### Bug Fixes
12+
13+
* allow clearing organization domains by sending empty arrays ([#522](https://github.com/workos/workos-go/issues/522)) ([a315391](https://github.com/workos/workos-go/commit/a3153914e5586b1e2ab139ce184ef618156b2157))
14+
* directorysync.UserGroup: add missing fields ([#480](https://github.com/workos/workos-go/issues/480)) ([ba37619](https://github.com/workos/workos-go/commit/ba37619a0b6469af175065901a30e410e1d24249))
15+
* organizations delete has wrong url casing ([#479](https://github.com/workos/workos-go/issues/479)) ([5de4629](https://github.com/workos/workos-go/commit/5de46296e2f53cf1c0bc24c7788dc9409b45b726))
16+
* update renovate rules ([#504](https://github.com/workos/workos-go/issues/504)) ([4158a58](https://github.com/workos/workos-go/commit/4158a588e9baee7779ea9ce3bf883508eb6018ea))

internal/workos/workos.go

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

33
const (
44
// Version represents the SDK version number.
5-
Version = "v6.4.0" // x-release-please-version
5+
Version = "v6.5.0" // x-release-please-version
66
)

0 commit comments

Comments
 (0)