We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c3e0c commit 243d6f1Copy full SHA for 243d6f1
CHANGELOG.md
@@ -5,6 +5,12 @@ 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
+## [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
14
## [5.4.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0) - 2023-10-17
15
16
### Changed
social_django/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.4.0"
+__version__ = "5.4.1"
2
3
4
from social_core.backends.base import BaseAuth
0 commit comments