Skip to content

Commit 4a7d470

Browse files
committed
Release 4.5.4
1 parent 1f706e1 commit 4a7d470

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [4.5.4](https://github.com/python-social-auth/social-core/releases/tag/4.5.4) - 2024-04-25
9+
10+
### Added
11+
- LinkedIn supports refresh token
12+
13+
### Changed
14+
- SteamOpenId validation of identify URL
15+
- Box state redirestion
16+
- The `uid` is automatically converted to string in the pipeline
17+
- Mediawiki error handling
18+
819
## [4.5.3](https://github.com/python-social-auth/social-core/releases/tag/4.5.3) - 2024-02-14
920

1021
### Added

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.5.3"
1+
__version__ = "4.5.4"

0 commit comments

Comments
 (0)