diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 655660a3..26994b55 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,10 @@ Change Log unreleased ---------- +Nothing yet + +0.8.2 (2015-12-30) +------------------ * If the OAuth 1 token request is denied on accessing the login view, Flask-Dance will now redirect the user and fire the ``oauth_error`` signal. This matches the behavior of how Flask-Dance handles OAuth 2 errors. diff --git a/flask_dance/__init__.py b/flask_dance/__init__.py index 0979ba92..38d3f815 100644 --- a/flask_dance/__init__.py +++ b/flask_dance/__init__.py @@ -3,4 +3,4 @@ from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint -__version__ = "0.8.1" +__version__ = "0.8.2"