diff --git a/CHANGELOG.md b/CHANGELOG.md index 5649c336..5720aff5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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/). +## [5.1.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.1.0) - 2023-03-15 + +### Changed +- Compatibility with recent Django and Python versions +- Coding style improvements +- Improved error handling in SocialAuthExceptionMiddleware + ## [5.0.0](https://github.com/python-social-auth/social-app-django/releases/tag/5.0.0) - 2021-08-05 ### Changed diff --git a/social_django/__init__.py b/social_django/__init__.py index 6452f335..be98da90 100644 --- a/social_django/__init__.py +++ b/social_django/__init__.py @@ -1,4 +1,4 @@ -__version__ = "5.0.0" +__version__ = "5.1.0" import django