We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a34d5 commit ca41f2aCopy full SHA for ca41f2a
CHANGELOG.md
@@ -5,11 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
-## [Unreleased]
+## [4.5.2](https://github.com/python-social-auth/social-core/releases/tag/4.5.2) - 2024-01-26
9
+
10
+### Added
11
+- Etsy backend
12
13
### Changed
14
- Updated Facebook API version to 18.0
-
15
+- Make AppleID work with multiple identifiers
16
17
## [4.5.1](https://github.com/python-social-auth/social-core/releases/tag/4.5.1) - 2023-11-29
18
social_core/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.5.1"
+__version__ = "4.5.2"
0 commit comments