diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e4772c3..795b3e44 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,6 +3,10 @@ Change Log unreleased ---------- +Nothing yet + +0.8.0 (2015-12-28) +------------------ * Added the Slack pre-set configuration * Fixed a subtle bug where setting the ``client_id`` property on an instance of ``OAuth2ConsumerBlueprint`` did not update the value that the ``oauthlib`` diff --git a/flask_dance/__init__.py b/flask_dance/__init__.py index 19cb79f4..6069619a 100644 --- a/flask_dance/__init__.py +++ b/flask_dance/__init__.py @@ -3,4 +3,4 @@ from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint -__version__ = "0.7.1" +__version__ = "0.8.0"