From 248af2faf5a14767da36d24c00b6adec3d42f05b Mon Sep 17 00:00:00 2001 From: Nikita Bulai Date: Tue, 29 Nov 2022 11:19:22 +0300 Subject: [PATCH] Release 5.6.2 :tada: --- CHANGELOG.md | 5 ++++- lib/doorkeeper/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1b4c1fb3..26a30ff26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ User-visible changes worth mentioning. ## main -- [#1604] Fix fetching of the application when custom application_class defined. - [#ID] Add your PR description here. +## 5.6.2 + +- [#1604] Fix fetching of the application when custom application_class defined. + ## 5.6.1 - [#1593] Add support for Trilogy ActiveRecord adapter. diff --git a/lib/doorkeeper/version.rb b/lib/doorkeeper/version.rb index e6c4daef9..7f13ac26c 100644 --- a/lib/doorkeeper/version.rb +++ b/lib/doorkeeper/version.rb @@ -5,7 +5,7 @@ module VERSION # Semantic versioning MAJOR = 5 MINOR = 6 - TINY = 1 + TINY = 2 PRE = nil # Full version number