From 4a7d470dee9cda3ffaf2d32f6f275d466b6f12a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 25 Apr 2024 08:56:36 +0200 Subject: [PATCH] Release 4.5.4 --- CHANGELOG.md | 11 +++++++++++ social_core/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e3329c..1783c865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ 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.5.4](https://github.com/python-social-auth/social-core/releases/tag/4.5.4) - 2024-04-25 + +### Added +- LinkedIn supports refresh token + +### Changed +- SteamOpenId validation of identify URL +- Box state redirestion +- The `uid` is automatically converted to string in the pipeline +- Mediawiki error handling + ## [4.5.3](https://github.com/python-social-auth/social-core/releases/tag/4.5.3) - 2024-02-14 ### Added diff --git a/social_core/__init__.py b/social_core/__init__.py index 5b43808f..bb160d03 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.5.3" +__version__ = "4.5.4"