Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
Disables failing Rails 3.2 on JRuby build.

Update NEWS.md.
  • Loading branch information
tute committed Dec 23, 2015
1 parent 4d436c3 commit 0b7cdc2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ env:
- rails=4.2.0

matrix:
exclude:
- env: rails=3.2.0
rvm: jruby-head
exclude:
- env: rails=3.2.0
rvm: 2.2
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
User-visible changes worth mentioning.

---
- [#736] Existing valid tokens are now resused in client_credentials flow

## 3.1.0

- [#736] Existing valid tokens are now reused in client_credentials flow
- [#749] Allow user to raise authorization error with custom messages.
Under `resource_owner_authenticator` block a user can
`raise Doorkeeper::Errors::DoorkeeperError.new('custom_message')`
- [#762] Check doesn’t abort the actual migration, so it runs
- [#722] `doorkeeper_forbidden_render_options` now supports returning a 404 by
specifying `respond_not_found_when_forbidden: true` in the
`doorkeeper_forbidden_render_options` method.
- [#734] Simplify and remove duplication in request strategy classes

## 3.0.1

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.1'
VERSION = "3.1.0"
end

0 comments on commit 0b7cdc2

Please sign in to comment.