File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 6.4 .0"
2+ "." : " 6.5 .0"
33}
Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package workos
22
33const (
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)
You can’t perform that action at this time.
0 commit comments