Skip to content

Commit 1a55feb

Browse files
committed
Release 1.6.3
1 parent 45d9efc commit 1a55feb

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
@@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [Unreleased]
1818

19+
## [1.6.3] 2022-01-11
20+
21+
### Fixed
22+
* #1085 Fix for #1083 admin UI search for idtoken results in `django.core.exceptions.FieldError: Cannot resolve keyword 'token' into field.`
23+
24+
### Added
25+
* #1085 Add admin UI search fields for additional models.
26+
1927
## [1.6.2] 2022-01-06
2028

2129
**NOTE: This release reverts an inadvertently-added breaking change.**

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.2"
4+
__version__ = "1.6.3"
55

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

0 commit comments

Comments
 (0)