Skip to content

Commit 4a87582

Browse files
committed
Release 5.9.5
1 parent 896ca00 commit 4a87582

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ User-visible changes worth mentioning.
99

1010
- Please add here
1111

12-
## 5.9.4
12+
## 5.9.5
1313

1414
- [#1901] Reject requests that authenticate the client with more than one method (RFC 6749 §2.3) with an `invalid_request` error, instead of silently authenticating with the first method that matched and discarding the other credentials.
1515
- [#1853] Fix `reuse_access_token` reusing a token that was created with `custom_access_token_attributes` values when the new request doesn't specify any custom attributes. Such requests now only match tokens without custom attributes.

lib/doorkeeper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION
55
# Semantic versioning
66
MAJOR = 5
77
MINOR = 9
8-
TINY = 3
8+
TINY = 5
99
PRE = nil
1010

1111
# Full version number

0 commit comments

Comments
 (0)