diff --git a/CHANGELOG.md b/CHANGELOG.md index d802fc959..a64b3b7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.cfg b/setup.cfg index e862c2ba7..32c512cce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = synasius@gmail.com