Skip to content

Commit

Permalink
[ci skip] Release 5.3.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Jan 29, 2020
1 parent 938b7e2 commit 38b7333
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ User-visible changes worth mentioning.

## master

- [#PR ID] Your PR short description here.

## 5.3.0

- [#1339] Validate Resource Owner in `PasswordAccessTokenRequest` against `nil` and `false` values.
- [#1341] Fix `refresh_token_revoked_on_use` with `hash_token_secrets` enabled.
- [#1343] Fix ruby 2.7 kwargs warning in InvalidTokenResponse.
Expand All @@ -17,9 +21,8 @@ User-visible changes worth mentioning.

**[IMPORTANT]** This is a change compared to the behaviour of version 5.2.
If you were relying on access tokens being revoked once the same client
requested a new access token, reenable it with `revoke_previous_client_credentials_token`.

- [#1318]
requested a new access token, reenable it with `revoke_previous_client_credentials_token` in Doorkeeper
initialization file.

## 5.2.3

Expand Down

0 comments on commit 38b7333

Please sign in to comment.