diff --git a/CHANGELOG.md b/CHANGELOG.md index 75cc460d..a7ffbd10 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 9905939f..30357c8b 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.4.1" +__version__ = "4.4.2"