Skip to content

Commit e06a9db

Browse files
n2ygkauvipy
andauthored
Add 1.6.2 hotfix changes to version and CHANGELOG. (#1073)
Co-authored-by: Asif Saif Uddin <[email protected]>
1 parent 58f4f5f commit e06a9db

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
-->
1616

1717
## [Unreleased]
18+
1819
### Added
1920
* #651 Batch expired token deletions in `cleartokens` management command
2021
* Added pt-BR translations.
2122
* #729 Add support for [hashed client_secret values](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#client-secret-hasher).
2223

2324
### Fixed
2425
* #1012 Return status for introspecting a nonexistent token from 401 to the correct value of 200 per [RFC 7662](https://datatracker.ietf.org/doc/html/rfc7662#section-2.2).
25-
* #1068 Revert #967 which incorrectly changed an API. See #1066.
26+
27+
## [1.6.2] 2022-01-06
28+
29+
**NOTE: This release reverts an inadvertently-added breaking change.**
30+
31+
### Fixed
32+
2633
* #1056 Add missing migration triggered by [Django 4.0 changes to the migrations autodetector](https://docs.djangoproject.com/en/4.0/releases/4.0/#migrations-autodetector-changes).
34+
* #1068 Revert #967 which incorrectly changed an API. See #1066.
2735

2836
## [1.6.1] 2021-12-23
2937

oauth2_provider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import django
22

33

4-
__version__ = "1.6.1"
4+
__version__ = "1.6.2"
55

66
if django.VERSION < (3, 2):
77
default_app_config = "oauth2_provider.apps.DOTConfig"

0 commit comments

Comments
 (0)