Skip to content

Commit

Permalink
[ci skip] Release 5.0.0.rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Jul 17, 2018
1 parent db714bf commit 178e86c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ User-visible changes worth mentioning.

## master

- [#] Add description here

## 5.0.0.rc2

- [#1106] Restrict access to AdminController with 'Forbidden 403' if admin_authenticator is not
configured by developers..
- [#1108] Simple formating of callback URLs when listing oauth applications
Expand Down Expand Up @@ -52,6 +56,10 @@ User-visible changes worth mentioning.
- [#1076] Add config to enforce content type to application/x-www-form-urlencoded
- Fix bug with `force_ssl_in_redirect_uri` when it breaks existing applications with an
SSL redirect_uri.

## 4.4.0

- [#1120] Backport security fix from 5.x for token revocation when using public clients

## 4.3.2

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

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

0 comments on commit 178e86c

Please sign in to comment.