Skip to content

Commit a542a23

Browse files
bump: version 4.40.0 → 4.41.0
1 parent 4d77107 commit a542a23

3 files changed

Lines changed: 23 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 4.41.0 (2026-06-04)
2+
3+
### Feat
4+
5+
- **idms**: add local IDMS settings for local boot/testing
6+
- **idms**: add ASGI entrypoint, IDMS settings and broker deps
7+
- **cilogon**: add async broker views and IDMS URLconf
8+
- **cilogon**: add CILOGON_PROMPT_LOGIN to force IdP re-auth
9+
10+
### Fix
11+
12+
- **ci**: push the IDMS dev image with its own build tag
13+
- **webhook**: stop leaking auth token in query string and logs
14+
- **webhook**: send Bearer auth header and log non-2xx responses
15+
- **cilogon**: derive JWKS endpoint and iss claim from configured host
16+
17+
### Refactor
18+
19+
- **idms**: share broker overrides and add dev settings
20+
121
## 4.40.0 (2026-05-29)
222

323
### Feat
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "4.40.0"
1+
VERSION = "4.41.0"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ force-single-line = true
155155

156156
[project]
157157
name = "newprofile"
158-
version = "4.40.0"
158+
version = "4.41.0"
159159
description = "The profiles and IDMS system for Knowledge Commons"
160160
readme = "README.md"
161161
requires-python = ">=3.12"
@@ -262,7 +262,7 @@ loadtest = [
262262
]
263263

264264
[tool.commitizen]
265-
version = "4.40.0"
265+
version = "4.41.0"
266266
version_files = [
267267
"knowledge_commons_profiles/__version__.py",
268268
"pyproject.toml:version"

0 commit comments

Comments
 (0)