Skip to content

Commit

Permalink
Release 5.4.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed May 11, 2020
1 parent 034d87e commit f0bd292
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ User-visible changes worth mentioning.
## master

- [#PR ID] Your PR description.

## 5.4.0

- [#1404] Make `Doorkeeper::Application#read_attribute_for_serialization` public.

## 5.4.0.rc2
Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module VERSION
MAJOR = 5
MINOR = 4
TINY = 0
PRE = "rc2"
PRE = nil

# Full version number
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Expand Down

0 comments on commit f0bd292

Please sign in to comment.