Skip to content

Commit 808bae6

Browse files
committed
Release mitol-django-scim/v2025.5.23
1 parent 7f1a014 commit 808bae6

File tree

4 files changed

+15
-44
lines changed

4 files changed

+15
-44
lines changed

src/scim/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/scim/changelog.d/20250520_110731_nlevesq_scim_push.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

src/scim/mitol/scim/__init__.py

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

33
default_app_config = "mitol.scim.apps.ScimApp"
44

5-
__version__ = "2025.3.31"
5+
__version__ = "2025.5.23"
66
__distributionname__ = "mitol-django-scim"

src/scim/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mitol-django-scim"
3-
version = "2025.3.31"
3+
version = "2025.5.23"
44
description = "Django application for SCIM integrations"
55
dependencies = [
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"
2727
version_pattern = "YYYY.MM.DD[.INC0]"
2828

2929
[tool.bumpver.file_patterns]

0 commit comments

Comments
 (0)