Skip to content

Commit

Permalink
Release v4.0.0.rc4
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tute committed May 17, 2016
1 parent 7d2981a commit 7e99804
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

User-visible changes worth mentioning.

- [#823] Make configuration and specs ORM independent
## master

## 4.0.0.rc4

- [#777] Add support for public client in password grant flow
- [#823] Make configuration and specs ORM independent
- [#745] Add created_at timestamp to token generation options
- [#838] Drop `Application#scopes` generator and warning, introduced for
upgrading doorkeeper from v2 to v3.
- [#801] Fix Rails 5 warning messages

---
- Test against Rails 5 RC1

## 4.0.0.rc3

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 = "4.0.0.rc3".freeze
VERSION = "4.0.0.rc4".freeze
end

1 comment on commit 7e99804

@zavan
Copy link
Contributor

@zavan zavan commented on 7e99804 May 20, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎆

Please sign in to comment.