diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b73d071f..d6e0fe181 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/doorkeeper/version.rb b/lib/doorkeeper/version.rb index 9983cdcad..cb64f4da6 100644 --- a/lib/doorkeeper/version.rb +++ b/lib/doorkeeper/version.rb @@ -5,7 +5,7 @@ module VERSION # Semantic versioning MAJOR = 5 MINOR = 6 - TINY = 6 + TINY = 7 PRE = nil # Full version number