From 6c69c603a6d2e614754ad3cb3e8de55ab46d159d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 31 Oct 2023 12:12:19 +0100 Subject: [PATCH] Version bump 4.5.0 --- CHANGELOG.md | 16 +++++++++++++++- social_core/__init__.py | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8cc954..6330d9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [4.4.2](https://github.com/python-social-auth/social-core/releases/tag/4.4.2) - 2023-43-22 +## [4.5.0](https://github.com/python-social-auth/social-core/releases/tag/4.5.0) - 2023-10-31 + +### Changed +- Add backend for LinkedIn OpenID Connect +- Add backend for EGI Check-in +- Support Python 3.12 (and 3.11) +- Add backend for the WLCG IAM testing site +- Add ping identity OIDC backend +- Add uffd oauth2 backend +- Add Clever backend +- Add Twitter OAuth2 backend +- Add backend for e-infra.cz +- Replace jose with pyjwt + +## [4.4.2](https://github.com/python-social-auth/social-core/releases/tag/4.4.2) - 2023-04-22 ### Changed - Fixed Azure AD Tenant authentication with custom signing keys diff --git a/social_core/__init__.py b/social_core/__init__.py index 30357c8b..9faa2c2d 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.4.2" +__version__ = "4.5.0"