Skip to content

Commit

Permalink
Version bump 5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i-zhivetiev authored and nijel committed Jul 12, 2024
1 parent 1749e9a commit 02754c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.2) - 2024-07-12

### Changed
- Fixed `UserSocialAuth` creation by allowing `JSONField` to be blank
- Fixed the assumption that UID can only be an integer (#571)

## [5.4.1](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.1) - 2024-04-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion social_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "5.4.1"
__version__ = "5.4.2"


from social_core.backends.base import BaseAuth
Expand Down

0 comments on commit 02754c4

Please sign in to comment.