Skip to content

Commit 6c69c60

Browse files
committed
Version bump 4.5.0
1 parent e0cb888 commit 6c69c60

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [4.4.2](https://github.com/python-social-auth/social-core/releases/tag/4.4.2) - 2023-43-22
8+
## [4.5.0](https://github.com/python-social-auth/social-core/releases/tag/4.5.0) - 2023-10-31
9+
10+
### Changed
11+
- Add backend for LinkedIn OpenID Connect
12+
- Add backend for EGI Check-in
13+
- Support Python 3.12 (and 3.11)
14+
- Add backend for the WLCG IAM testing site
15+
- Add ping identity OIDC backend
16+
- Add uffd oauth2 backend
17+
- Add Clever backend
18+
- Add Twitter OAuth2 backend
19+
- Add backend for e-infra.cz
20+
- Replace jose with pyjwt
21+
22+
## [4.4.2](https://github.com/python-social-auth/social-core/releases/tag/4.4.2) - 2023-04-22
923

1024
### Changed
1125
- Fixed Azure AD Tenant authentication with custom signing keys

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.4.2"
1+
__version__ = "4.5.0"

0 commit comments

Comments
 (0)