Skip to content

Commit a4cb67b

Browse files
committed
Add release notes for 1.1.1
Refs #589
1 parent a0188b6 commit a4cb67b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
* **Compatibility**: Python 3.4 is the new minimum required version.
44
* **Compatibility**: Django 2.0 is the new minimum required version.
55

6+
### 1.1.1 [2018-05-08]
7+
8+
* **Critical**: Django OAuth Toolkit 1.1.0 contained a migration that would revoke all existing
9+
RefreshTokens (`0006_auto_20171214_2232`). This release corrects the migration.
10+
If you have already ran it in production, please see the following issue for more details:
11+
https://github.com/jazzband/django-oauth-toolkit/issues/589
12+
13+
614
### 1.1.0 [2018-04-13]
715

816
* **Notice**: The Django OAuth Toolkit project is now hosted by JazzBand.

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.0
3+
version = 1.1.1
44
description = OAuth2 Provider for Django
55
author = Federico Frenguelli, Massimiliano Pippi
66
author_email = [email protected]

0 commit comments

Comments
 (0)