Skip to content

Commit 248af2f

Browse files
committed
Release 5.6.2 🎉
1 parent e520c31 commit 248af2f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ User-visible changes worth mentioning.
77

88
## main
99

10-
- [#1604] Fix fetching of the application when custom application_class defined.
1110
- [#ID] Add your PR description here.
1211

12+
## 5.6.2
13+
14+
- [#1604] Fix fetching of the application when custom application_class defined.
15+
1316
## 5.6.1
1417

1518
- [#1593] Add support for Trilogy ActiveRecord adapter.

lib/doorkeeper/version.rb

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

1111
# Full version number

0 commit comments

Comments
 (0)