Skip to content

Commit

Permalink
Add release notes for 1.1.1
Browse files Browse the repository at this point in the history
Refs #589
  • Loading branch information
jleclanche committed May 8, 2018
1 parent a0188b6 commit a4cb67b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
* **Compatibility**: Python 3.4 is the new minimum required version.
* **Compatibility**: Django 2.0 is the new minimum required version.

### 1.1.1 [2018-05-08]

* **Critical**: Django OAuth Toolkit 1.1.0 contained a migration that would revoke all existing
RefreshTokens (`0006_auto_20171214_2232`). This release corrects the migration.
If you have already ran it in production, please see the following issue for more details:
https://github.com/jazzband/django-oauth-toolkit/issues/589


### 1.1.0 [2018-04-13]

* **Notice**: The Django OAuth Toolkit project is now hosted by JazzBand.
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.1.0
version = 1.1.1
description = OAuth2 Provider for Django
author = Federico Frenguelli, Massimiliano Pippi
author_email = [email protected]
Expand Down

0 comments on commit a4cb67b

Please sign in to comment.