File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,15 @@ User-visible changes worth mentioning.
8
8
## main
9
9
10
10
- [ #ID] Add your PR description here.
11
+
12
+ ## 5.6.7
13
+
11
14
- [ #1662 ] Specify uri_redirect validation class explicitly.
12
15
- [ #1652 ] Add custom attributes support to token generator.
13
16
- [ #1667 ] Pass ` client ` instead of ` grant.application ` to ` find_or_create_access_token ` .
14
17
- [ #1673 ] Honor ` custom_access_token_attributes ` in client credentials grant flow.
15
18
- [ #1676 ] Improve AuthorizationsController error response handling
19
+ - [ #1677 ] Fix URIHelper.valid_for_authorization? breaking for non url URIs.
16
20
17
21
## 5.6.6
18
22
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module VERSION
5
5
# Semantic versioning
6
6
MAJOR = 5
7
7
MINOR = 6
8
- TINY = 6
8
+ TINY = 7
9
9
PRE = nil
10
10
11
11
# Full version number
You can’t perform that action at this time.
0 commit comments