Skip to content

Commit b31d693

Browse files
committed
Release 1.1.3
1 parent ece5f43 commit b31d693

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.1.3 [2018-10-12]
2+
3+
* Fix a concurrency issue with Refresh Tokens (#638)
4+
* Fix Refresh Token revocation when the Access Token does not exist (#625)
5+
16
### 1.1.2 [2018-05-12]
27

38
* Return state with Authorization Denied error (RFC6749 section 4.1.2.1)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-oauth-toolkit
3-
version = 1.1.2
3+
version = 1.1.3
44
description = OAuth2 Provider for Django
55
author = Federico Frenguelli, Massimiliano Pippi
66
author_email = synasius@gmail.com

0 commit comments

Comments
 (0)