There was an error while loading. Please reload this page.
1 parent ff0938d commit 4ada026Copy full SHA for 4ada026
2 files changed
CHANGELOG.rst
@@ -3,6 +3,10 @@ Change Log
3
4
unreleased
5
----------
6
+Nothing yet
7
+
8
+0.8.0 (2015-12-28)
9
+------------------
10
* Added the Slack pre-set configuration
11
* Fixed a subtle bug where setting the ``client_id`` property on an instance
12
of ``OAuth2ConsumerBlueprint`` did not update the value that the ``oauthlib``
flask_dance/__init__.py
@@ -3,4 +3,4 @@
from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint
-__version__ = "0.7.1"
+__version__ = "0.8.0"
0 commit comments