From 017935adfabec5121f1940ce1625520a3fab79fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 21 Apr 2023 10:54:35 +0200 Subject: [PATCH] Version bump 4.4.2 --- CHANGELOG.md | 6 ++++++ social_core/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cc460d6..a7ffbd10d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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 + +### Changed +- Fixed Azure AD Tenant authentication with custom signing keys +- Added CAS OIDC backend + ## [4.4.1](https://github.com/python-social-auth/social-core/releases/tag/4.4.1) - 2023-03-30 ### Changed diff --git a/social_core/__init__.py b/social_core/__init__.py index 9905939ff..30357c8bf 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.4.1" +__version__ = "4.4.2"