Skip to content

Commit 2077814

Browse files
committed
chore: Version bump 5.5.0
1 parent 48cc350 commit 2077814

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.5.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.5.0) - 2025-06-27
9+
10+
### Changed
11+
12+
- Dropped support for older Django versions.
13+
- Added non-empty constraind on `uid`.
14+
- Added support for session restore with stricter SameSite cookie policy.
15+
816
## [5.4.3](https://github.com/python-social-auth/social-app-django/releases/tag/5.4.3) - 2025-02-13
917

1018
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ license-files = ["LICENSE"]
4141
name = "social-auth-app-django"
4242
readme = "README.md"
4343
requires-python = ">=3.10"
44-
version = "5.4.3"
44+
version = "5.5.0"
4545

4646
[project.optional-dependencies]
4747
# This is present until pip implements supports for PEP 735

0 commit comments

Comments
 (0)