Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tute committed Aug 18, 2016
1 parent fb93805 commit c846335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
User-visible changes worth mentioning.

## master

## 4.2.0

- Security fix: Address CVE-2016-6582, implement token revocation according to
spec (tokens might not be revoked if client follows the spec).
- [#873] Add hooks to Doorkeeper::ApplicationMetalController
- [#871] Allow downstream users to better utilize doorkeeper spec factories by
eliminating name conflict on `:user` factory.
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.1.0".freeze
VERSION = "4.2.0".freeze
end

0 comments on commit c846335

Please sign in to comment.