File tree Expand file tree Collapse file tree 4 files changed +15
-44
lines changed Expand file tree Collapse file tree 4 files changed +15
-44
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ and this project uses date-based versioning.
66
77<!-- scriv-insert-here -->
88
9+ <a id =' changelog-2025.5.23 ' ></a >
10+ ## [ 2025.5.23] - 2025-05-23
11+
12+ ### Added
13+
14+ - Added functionality for syncing users from the application to another SCIM
15+ endpoint (e.g. Keycloak).
16+
17+ ### Changed
18+
19+ - The SCIM adapter now sets ` User.global_id ` .
20+
921<a id =' changelog-2025.3.31 ' ></a >
1022## [ 2025.3.31] - 2025-03-31
1123
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33default_app_config = "mitol.scim.apps.ScimApp"
44
5- __version__ = "2025.3.31 "
5+ __version__ = "2025.5.23 "
66__distributionname__ = "mitol-django-scim"
Original file line number Diff line number Diff line change 11[project ]
22name = " mitol-django-scim"
3- version = " 2025.3.31 "
3+ version = " 2025.5.23 "
44description = " Django application for SCIM integrations"
55dependencies = [
66 " django-stubs>=1.13.1" ,
@@ -23,7 +23,7 @@ celery = [
2323]
2424
2525[tool .bumpver ]
26- current_version = " 2025.3.31 "
26+ current_version = " 2025.5.23 "
2727version_pattern = " YYYY.MM.DD[.INC0]"
2828
2929[tool .bumpver .file_patterns ]
You can’t perform that action at this time.
0 commit comments