Skip to content

Commit

Permalink
🎉 Bump to RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Aug 28, 2019
1 parent 6a9b091 commit 8cc09f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ User-visible changes worth mentioning.

## master

- [#1298] Slice strong params so doesn't error with Rails forms
- [#PR ID] Add your description here.

## 5.2.0.rc3

- [#1298] Slice strong params so doesn't error with Rails forms.
- [#1300] Limiting access to attributes of pre_authorization.
- [#1296] Adding client_id to strong parameters.
- [#1293] Move ar specific redirect uri validator to ar orm directory.
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 = 2
TINY = 0
PRE = "rc2"
PRE = "rc3"

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

0 comments on commit 8cc09f2

Please sign in to comment.