Skip to content

Commit 0bdb684

Browse files
committed
Bump version
1 parent 6fcecf3 commit 0bdb684

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ upgrade guides.
55

66
User-visible changes worth mentioning.
77

8+
## 5.3.3
9+
10+
- [#1404] Backport: Make `Doorkeeper::Application#read_attribute_for_serialization` public.
11+
812
## 5.3.2
913

1014
- [#1371] Backport: add `#as_json` method and attributes serialization restriction for Application model.

lib/doorkeeper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module VERSION
99
# Semantic versioning
1010
MAJOR = 5
1111
MINOR = 3
12-
TINY = 2
12+
TINY = 3
1313
PRE = nil
1414

1515
# Full version number

0 commit comments

Comments
 (0)