Skip to content

Commit

Permalink
Release 4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 25, 2024
1 parent 1f706e1 commit 4a7d470
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,17 @@ 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/).

## [4.5.4](https://github.com/python-social-auth/social-core/releases/tag/4.5.4) - 2024-04-25

### Added
- LinkedIn supports refresh token

### Changed
- SteamOpenId validation of identify URL
- Box state redirestion
- The `uid` is automatically converted to string in the pipeline
- Mediawiki error handling

## [4.5.3](https://github.com/python-social-auth/social-core/releases/tag/4.5.3) - 2024-02-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion social_core/__init__.py
@@ -1 +1 @@
__version__ = "4.5.3"
__version__ = "4.5.4"

0 comments on commit 4a7d470

Please sign in to comment.