Skip to content

Commit e7ffe4b

Browse files
committed
release: v0.9.0
1 parent fad3545 commit e7ffe4b

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,34 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.8.1] - 2025-02-11
5+
## [0.9.0] - 2025-02-24
66

7-
### Chores
7+
### Bug Fixes
8+
9+
- Fix error when adding email to a new user
10+
- Oauth flow with new user and registration disabled bug
11+
12+
### Documentation
13+
14+
- Add docs for ePa flow
15+
16+
### Features
17+
18+
- Add more attributes to the synapse when a user is created
19+
- Add external id validation
20+
- Add new epa flow
21+
22+
### Refactoring
823

9-
- Update CI publish workflow
24+
- Add a few more debug logs
1025

1126
## [0.8.0] - 2025-02-11
1227

1328
### Features
1429

1530
- Add option to oauth to make an user admin on their first login
1631

17-
## [0.7.0] - 2025-02-10 (never published)
32+
## [0.7.0] - 2025-02-10
1833

1934
### Features
2035

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dependencies = [
2828
"twisted",
2929
# We need to pin this because of https://github.com/element-hq/synapse/issues/17882
3030
# TODO: Remove this dependency when we can
31-
"Twisted==24.7.0"
31+
"Twisted==24.7.0",
3232
]
33-
version = "0.8.1"
33+
version = "0.9.0"
3434

3535
[project.urls]
3636
Documentation = "https://github.com/famedly/synapse-token-authenticator"

0 commit comments

Comments
 (0)