Skip to content

Commit 1d526b7

Browse files
committed
Version bump 4.4.1
1 parent 084cb94 commit 1d526b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.4.1](https://github.com/python-social-auth/social-core/releases/tag/4.4.1) - 2023-03-30
9+
10+
### Changed
11+
- Moved Facebook Limited Login to a separate module to avoid extra dependency
12+
- Update Azure AD B2C base URL to match updated endpoints
13+
814
## [4.4.0](https://github.com/python-social-auth/social-core/releases/tag/4.4.0) - 2023-03-15
915

1016

social_core/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "4.4.0"
1+
__version__ = "4.4.1"

0 commit comments

Comments
 (0)