Skip to content

Commit

Permalink
Release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
n2ygk committed Jan 11, 2022
1 parent 45d9efc commit 1a55feb
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 @@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.6.3] 2022-01-11

### Fixed
* #1085 Fix for #1083 admin UI search for idtoken results in `django.core.exceptions.FieldError: Cannot resolve keyword 'token' into field.`

### Added
* #1085 Add admin UI search fields for additional models.

## [1.6.2] 2022-01-06

**NOTE: This release reverts an inadvertently-added breaking change.**
Expand Down
2 changes: 1 addition & 1 deletion oauth2_provider/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import django


__version__ = "1.6.2"
__version__ = "1.6.3"

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

0 comments on commit 1a55feb

Please sign in to comment.