Skip to content

Commit

Permalink
Release version 2.0.0.rc3
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tute committed Dec 14, 2014
1 parent 38b88f6 commit 5641f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [#496] Tests with Rails 4.2.
- [#489] Adds `force_ssl_in_redirect_uri` to force the usage of the HTTPS
protocol in non-native redirect uris.
- [#516] Adds `protect_from_forgery` to `Doorkeeper::ApplicationController`
- [#518] Fix random failures in mongodb.


Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Doorkeeper
VERSION = '2.0.0.rc2'
VERSION = '2.0.0.rc3'
end

0 comments on commit 5641f3d

Please sign in to comment.