From 20abe2a49e91a63479d72a2b91f4446b630ad375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 13 Jun 2022 09:08:54 +0200 Subject: [PATCH] Version bump 4.3.0 --- CHANGELOG.md | 14 ++++++++++++++ social_core/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fee70f4..459ce5d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.3.0](https://github.com/python-social-auth/social-core/releases/tag/4.3.0) - 2022-06-13 + +### Added +- Add backend for Hashicorp Vault OIDC backend +- Add generic OpenID Connect backend +- Add Grafana OAuth2 backend +- Add MusicBrainz OAuth2 backend + +### Changed +- Fixed redirect state for Keycloak backend +- Add fallback to RSA256 in OpenID Connect when alg is not set +- Fixed Azure backend so it can be used with all Azure authority hosts + + ## [4.2.0](https://github.com/python-social-auth/social-core/releases/tag/4.2.0) - 2022-01-17 ### Added diff --git a/social_core/__init__.py b/social_core/__init__.py index ea5d65fc..5ee6158c 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = '4.2.0' +__version__ = '4.3.0'