From 593ee4638eab9b1d9f252393a21ead643e3ceae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 24 Apr 2024 10:51:10 +0200 Subject: [PATCH] Version bump 5.4.1 --- CHANGELOG.md | 6 ++++++ social_django/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9be04ee8..58dd519f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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/). +## [5.4.1](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.1) - 2024-04-24 + +### Changed +- Added reverse migration for JSON field +- Fixed improper handling of case sensitivity with MySQL/MariaDB (CVE-2024-32879) + ## [5.4.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.0) - 2023-10-17 ### Changed diff --git a/social_django/__init__.py b/social_django/__init__.py index 5bf62b3a..cad139a0 100644 --- a/social_django/__init__.py +++ b/social_django/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.4.0" +__version__ = "5.4.1" from social_core.backends.base import BaseAuth