Skip to content

Commit

Permalink
Releasing 1.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
tute committed Dec 11, 2013
1 parent d5f3c60 commit 31ee6c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Changelog

## 1.0.0 (Unreleased)
## 1.0.0.rc1

- bug (spec)
- [#228] token response `expires_in` value is now in seconds, relative to
request time
- [#296] client is optional for password grant type.
- [#319] when client credentials present on password grant type, they are validated
- [#326] If client credentials for refresh token are included, they are
validated.
- [#319] If client credentials are present on password grant type they are validated
- [#326] If client credentials are present in refresh token they are validated
- [#326] If authenticated client does not match original client that
obtained a refresh token it responds `invalid_grant` instead of
`invalid_client`. Previous usage was invalid according to Section 5.2 of
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 = '1.0.0'
VERSION = '1.0.0.rc1'
end

0 comments on commit 31ee6c0

Please sign in to comment.