Skip to content

Commit 6692812

Browse files
committed
Release 5.6.7 🎉
1 parent 59162b0 commit 6692812

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,15 @@ User-visible changes worth mentioning.
88
## main
99

1010
- [#ID] Add your PR description here.
11+
12+
## 5.6.7
13+
1114
- [#1662] Specify uri_redirect validation class explicitly.
1215
- [#1652] Add custom attributes support to token generator.
1316
- [#1667] Pass `client` instead of `grant.application` to `find_or_create_access_token`.
1417
- [#1673] Honor `custom_access_token_attributes` in client credentials grant flow.
1518
- [#1676] Improve AuthorizationsController error response handling
19+
- [#1677] Fix URIHelper.valid_for_authorization? breaking for non url URIs.
1620

1721
## 5.6.6
1822

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 = 6
8-
TINY = 6
8+
TINY = 7
99
PRE = nil
1010

1111
# Full version number

0 commit comments

Comments
 (0)