Skip to content

Commit 096ed11

Browse files
committed
Release 1.1.2
1 parent cbf8dcf commit 096ed11

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 1.1.0 [unreleased]
1+
### 1.1.2 [2018-05-12]
2+
3+
* Return state with Authorization Denied error (RFC6749 section 4.1.2.1)
4+
* Fix a crash with malformed base64 authentication headers
5+
* Fix a crash with malformed IPv6 redirect URIs
6+
7+
### 1.1.1 [2018-05-08]
8+
9+
* **Critical**: Django OAuth Toolkit 1.1.0 contained a migration that would revoke all existing
10+
RefreshTokens (`0006_auto_20171214_2232`). This release corrects the migration.
11+
If you have already ran it in production, please see the following issue for more details:
12+
https://github.com/jazzband/django-oauth-toolkit/issues/589
13+
14+
15+
### 1.1.0 [2018-04-13]
216

317
* **Notice**: The Django OAuth Toolkit project is now hosted by JazzBand.
418
* **Compatibility**: Django 1.11 is the new minimum required version. Django 1.10 is no longer supported.

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.1
3+
version = 1.1.2
44
description = OAuth2 Provider for Django
55
author = Federico Frenguelli, Massimiliano Pippi
66
author_email = synasius@gmail.com

0 commit comments

Comments
 (0)