Skip to content

Commit 09df199

Browse files
committed
doc: makes changelog more verbose
1 parent 6ebfad4 commit 09df199

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88

99
## [unreleased]
10-
- Adds rawUserInfoFromProvider to UserInfo data in LinkedIn and Github third-party recipes.
11-
- Moves `email` from `from_id_token_payload` to `from_user_info_api` in `raw_user_info_from_provider`
12-
- Keeps the API consistent with Node.
10+
11+
## [0.28.0]
12+
- Adds `raw_user_info_from_provider` to `UserInfo` data in LinkedIn and Github third-party recipes.
13+
- **[Breaking] Bitbucket third-party recipe**
14+
- Moves `email` from `from_id_token_payload` to `from_user_info_api` in `raw_user_info_from_provider`.
15+
- Keeps the API consistent with the Node SDK.
16+
- Migration:
17+
```
18+
- user_info.raw_user_info_from_provider.from_id_token_payload["email"]
19+
+ user_info.raw_user_info_from_provider.from_user_info_api["email"]
20+
```
1321
1422
## [0.27.0] - 2024-12-30
1523

0 commit comments

Comments
 (0)