Skip to content

Commit 38b7333

Browse files
committed
[ci skip] Release 5.3.0 🎉
1 parent 938b7e2 commit 38b7333

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ User-visible changes worth mentioning.
77

88
## master
99

10+
- [#PR ID] Your PR short description here.
11+
12+
## 5.3.0
13+
1014
- [#1339] Validate Resource Owner in `PasswordAccessTokenRequest` against `nil` and `false` values.
1115
- [#1341] Fix `refresh_token_revoked_on_use` with `hash_token_secrets` enabled.
1216
- [#1343] Fix ruby 2.7 kwargs warning in InvalidTokenResponse.
@@ -17,9 +21,8 @@ User-visible changes worth mentioning.
1721

1822
**[IMPORTANT]** This is a change compared to the behaviour of version 5.2.
1923
If you were relying on access tokens being revoked once the same client
20-
requested a new access token, reenable it with `revoke_previous_client_credentials_token`.
21-
22-
- [#1318]
24+
requested a new access token, reenable it with `revoke_previous_client_credentials_token` in Doorkeeper
25+
initialization file.
2326

2427
## 5.2.3
2528

0 commit comments

Comments
 (0)