Skip to content

Commit

Permalink
Release 5.6.7 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Nov 23, 2023
1 parent 59162b0 commit 6692812
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,11 +8,15 @@ User-visible changes worth mentioning.
## main

- [#ID] Add your PR description here.

## 5.6.7

- [#1662] Specify uri_redirect validation class explicitly.
- [#1652] Add custom attributes support to token generator.
- [#1667] Pass `client` instead of `grant.application` to `find_or_create_access_token`.
- [#1673] Honor `custom_access_token_attributes` in client credentials grant flow.
- [#1676] Improve AuthorizationsController error response handling
- [#1677] Fix URIHelper.valid_for_authorization? breaking for non url URIs.

## 5.6.6

Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
Expand Up @@ -5,7 +5,7 @@ module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 6
TINY = 6
TINY = 7
PRE = nil

# Full version number
Expand Down

0 comments on commit 6692812

Please sign in to comment.