Skip to content

Commit 8cc09f2

Browse files
committed
🎉 Bump to RC3
1 parent 6a9b091 commit 8cc09f2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ User-visible changes worth mentioning.
77

88
## master
99

10-
- [#1298] Slice strong params so doesn't error with Rails forms
10+
- [#PR ID] Add your description here.
11+
12+
## 5.2.0.rc3
13+
14+
- [#1298] Slice strong params so doesn't error with Rails forms.
1115
- [#1300] Limiting access to attributes of pre_authorization.
1216
- [#1296] Adding client_id to strong parameters.
1317
- [#1293] Move ar specific redirect uri validator to ar orm directory.

lib/doorkeeper/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 0
13-
PRE = "rc2"
13+
PRE = "rc3"
1414

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

0 commit comments

Comments
 (0)