Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 17 additions & 12 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -8,38 +8,43 @@ Contributors
============

Abhishek Patel
Alessandro De Angelis
Aleksander Vaskevich
Alan Crosswell
Aleksander Vaskevich
Alessandro De Angelis
Allisson Azevedo
Anvesh Agarwal
Aristóbulo Meneses
Aryan Iyappan
Asif Saif Uddin
Ash Christopher
Aristóbulo Meneses
Asif Saif Uddin
Bart Merenda
Bas van Oostveen
Dave Burkholder
David Fischer
David Smith
Diego Garcia
Dulmandakh Sukhbaatar
Dylan Giesler
Emanuele Palazzetti
Federico Dolce
Frederico Vieira
Hiroki Kiyohara
Jens Timmerman
Jerome Leclanche
Jim Graham
Jonathan Steffan
Jun Zhou
Kristian Rune Larsen
Paul Oswald
Pavel Tvrdík
pySilver
Rodney Richardson
Rustem Saiargaliev
Sandro Rodrigues
Shaun Stanworth
Silvano Cerza
Spencer Carroll
Stéphane Raimbault
Jun Zhou
David Smith
Łukasz Skarżyński
Tom Evans
Dylan Giesler
Spencer Carroll
Dulmandakh Sukhbaatar
Will Beaufoy
Rustem Saiargaliev
pySilver
Łukasz Skarżyński
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
-->

## [unreleased]
## [1.5.0] 2021-03-18

### Added
* #915 Add optional OpenID Connect support.

## [1.4.1]
### Changed
* #942 Help via defunct Google group replaced with using GitHub issues

## [1.4.1] 2021-03-12

### Changed
* #925 OAuth2TokenMiddleware converted to new style middleware, and no longer extends MiddlewareMixin.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-oauth-toolkit
version = 1.4.1
version = 1.5.0
description = OAuth2 Provider for Django
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down