Skip to content

Commit f96ed5f

Browse files
docs(#25): this commit updates CHANGELOG and README for 4.2.5 release
1 parent 992491a commit f96ed5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 4.2.1 - 2026-04-25
1+
# 4.2.5 - 2026-04-25
22

33
this patch fixes an issue in the authorization_code flow where the access token issued for an authenticated user did not include the allowed audiences configured on the requesting client. this created a mismatch between the client context that initiated authorization and the resulting user token.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can pull either:
6767

6868
```bash
6969
docker pull httpsrichardy/federation:latest
70-
docker pull httpsrichardy/federation:4.2.1
70+
docker pull httpsrichardy/federation:4.2.5
7171
```
7272

7373
To run the container, provide the required environment variables for database and administration bootstrap:

0 commit comments

Comments
 (0)