Skip to content

Commit

Permalink
Release 5.5.0.rc1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Aug 4, 2020
1 parent d8761e0 commit e48cb8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ User-visible changes worth mentioning.

## master

- [#PR ID] Add your PR description here.

## 5.5.0.rc1

- [#1435] Make error response not redirectable when client is unauthorized
- [#1426] Ensure ActiveRecord callbacks are executed on token revocation.
- [#1407] Remove redundant and complex to support helpers froms tests (`should_have_json`, etc).
Expand Down
4 changes: 2 additions & 2 deletions lib/doorkeeper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ def self.gem_version
module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 4
MINOR = 5
TINY = 0
PRE = nil
PRE = "rc1"

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

0 comments on commit e48cb8d

Please sign in to comment.