Skip to content

Commit

Permalink
Version bump 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 29, 2023
1 parent 0925304 commit f1b9fa5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.1](https://github.com/python-social-auth/social-core/releases/tag/4.5.1) - 2023-11-29

### Changed
- OpenID Connect skips `at_hash` validation when missing
- `redirect_name` is now passed to backend on `do_complete`
- `next` is preserved through SAML RelayState
- Add Discogs backend
- Add BitbucketDataCenterOAuth2 backend
- Keycloak's `ID_KEY` is no longer configurable (it never worked)

## [4.5.0](https://github.com/python-social-auth/social-core/releases/tag/4.5.0) - 2023-10-31

### Changed
Expand All @@ -24,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Fixed Azure AD Tenant authentication with custom signing keys
- Added CAS OIDC backend
- Made Keycloak `ID_KEY` configurable

## [4.4.1](https://github.com/python-social-auth/social-core/releases/tag/4.4.1) - 2023-03-30

Expand Down
2 changes: 1 addition & 1 deletion social_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.5.0"
__version__ = "4.5.1"

0 comments on commit f1b9fa5

Please sign in to comment.