Skip to content

Commit c018f50

Browse files
committed
Add release notes for 1.1.2
1 parent b3c1cee commit c018f50

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
* **Compatibility**: Django 2.0 is the new minimum required version.
55
* **New feature**: Added TokenMatchesOASRequirements Permissions.
66

7+
8+
### 1.1.2 [2018-05-12]
9+
10+
* Return state with Authorization Denied error (RFC6749 section 4.1.2.1)
11+
* Fix a crash with malformed base64 authentication headers
12+
* Fix a crash with malformed IPv6 redirect URIs
13+
714
### 1.1.1 [2018-05-08]
815

916
* **Critical**: Django OAuth Toolkit 1.1.0 contained a migration that would revoke all existing
@@ -26,7 +33,6 @@
2633
refresh tokens may be re-used.
2734
* An `app_authorized` signal is fired when a token is generated.
2835

29-
3036
### 1.0.0 [2017-06-07]
3137

3238
* **New feature**: AccessToken, RefreshToken and Grant models are now swappable.

0 commit comments

Comments
 (0)