File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ 5.4.1] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.4.1 ) - 2024-04-24
9+
10+ ### Changed
11+ - Added reverse migration for JSON field
12+ - Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024 -32879)
13+
814## [ 5.4.0] ( https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0 ) - 2023-10-17
915
1016### Changed
Original file line number Diff line number Diff line change 1- __version__ = "5.4.0 "
1+ __version__ = "5.4.1 "
22
33
44from social_core .backends .base import BaseAuth
You can’t perform that action at this time.
0 commit comments