There was an error while loading. Please reload this page.
1 parent 6fcecf3 commit 0bdb684Copy full SHA for 0bdb684
2 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ upgrade guides.
5
6
User-visible changes worth mentioning.
7
8
+## 5.3.3
9
+
10
+- [#1404] Backport: Make `Doorkeeper::Application#read_attribute_for_serialization` public.
11
12
## 5.3.2
13
14
- [#1371] Backport: add `#as_json` method and attributes serialization restriction for Application model.
lib/doorkeeper/version.rb
@@ -9,7 +9,7 @@ module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 3
- TINY = 2
+ TINY = 3
PRE = nil
15
# Full version number
0 commit comments