Skip to content

Commit

Permalink
Release 3.0.2 (#683)
Browse files Browse the repository at this point in the history
Release 3.0.2
  • Loading branch information
JonathanHuot committed Jul 19, 2019
2 parents d7b90fc + fe9ec05 commit 6a22e13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Changelog
=========

3.0.2 (TBD)
3.0.2 (2019-07-04)
------------------
* #650 Fixed space encoding in base string URI used in the signature base string.
* #650: Fixed space encoding in base string URI used in the signature base string.
* #652: Fixed OIDC /token response which wrongly returned "&state=None"
* #654: Doc: The value `state` must not be stored by the AS, only returned in /authorize response.
* #656: Fixed OIDC "nonce" checks: raise errors when it's mandatory

3.0.1 (2019-01-24)
------------------
Expand Down
2 changes: 1 addition & 1 deletion oauthlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from logging import NullHandler

__author__ = 'The OAuthlib Community'
__version__ = '3.0.2-dev'
__version__ = '3.0.2'

logging.getLogger('oauthlib').addHandler(NullHandler())

Expand Down

0 comments on commit 6a22e13

Please sign in to comment.