Skip to content

Commit

Permalink
Release version 3.0.1.
Browse files Browse the repository at this point in the history
Update NEWS.md.

[ci skip]
  • Loading branch information
tute committed Sep 24, 2015
1 parent a70e1a8 commit 6946da7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ User-visible changes worth mentioning.

---

- [#712] Wrap exchange of grant token for access token and access token refresh in transactions.
## 3.0.1

- [#712] Wrap exchange of grant token for access token and access token refresh
in transactions
- [#704] Allow applications scopes to be mass assigned
- [#707] Fixed order of Mixin inclusion and table_name configuration in models
- [#712] Wrap access token and refresh grants in transactions
- Adds JRuby support
- Specs, views and documentation adjustments

## 3.0.0

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 = '3.0.0'
VERSION = '3.0.1'
end

0 comments on commit 6946da7

Please sign in to comment.