From ca41f2a7ba354a2b57708d6a25017f3f2f1ad28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 26 Jan 2024 11:16:26 +0100 Subject: [PATCH] Version bump 4.5.2 --- CHANGELOG.md | 7 +++++-- social_core/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c8d3b5f6..f8fd5c971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,14 @@ 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/). -## [Unreleased] +## [4.5.2](https://github.com/python-social-auth/social-core/releases/tag/4.5.2) - 2024-01-26 + +### Added +- Etsy backend ### Changed - Updated Facebook API version to 18.0 - +- Make AppleID work with multiple identifiers ## [4.5.1](https://github.com/python-social-auth/social-core/releases/tag/4.5.1) - 2023-11-29 diff --git a/social_core/__init__.py b/social_core/__init__.py index f9f7166e6..f490a9647 100644 --- a/social_core/__init__.py +++ b/social_core/__init__.py @@ -1 +1 @@ -__version__ = "4.5.1" +__version__ = "4.5.2"