Skip to content

Commit 243d6f1

Browse files
committed
Version bump 5.4.1
1 parent 31c3e0c commit 243d6f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and 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

Diff for: social_django/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.4.0"
1+
__version__ = "5.4.1"
22

33

44
from social_core.backends.base import BaseAuth

0 commit comments

Comments
 (0)