Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singingwolfboy committed Oct 21, 2019
1 parent 9637f5a commit efe8fdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@ Changelog

`unreleased`_
-------------
Nothing yet

`3.0.0`_ (2019-10-21)
---------------------
* Updated Meetup and Nylas pre-set configurations
to include the ``client_id`` in the OAuth token request.
* Removed Okta pre-set configuration, since it doesn't add any value over
using ``OAuth2ConsumerBlueprint`` directly.
* Updated Azure to allow defining ``authorization_url_params``
* Updated Azure to allow defining ``authorization_url_params``

`2.2.0`_ (2019-06-04)
---------------------
Expand Down Expand Up @@ -320,7 +324,8 @@ Fixed
.. _#161: https://github.com/singingwolfboy/flask-dance/issues/161


.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v2.2.0...HEAD
.. _unreleased: https://github.com/singingwolfboy/flask-dance/compare/v3.0.0...HEAD
.. _3.0.0: https://github.com/singingwolfboy/flask-dance/compare/v2.2.0...v3.0.0
.. _2.2.0: https://github.com/singingwolfboy/flask-dance/compare/v2.1.0...v2.2.0
.. _2.1.0: https://github.com/singingwolfboy/flask-dance/compare/v2.0.0...v2.1.0
.. _2.0.0: https://github.com/singingwolfboy/flask-dance/compare/v1.4.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion flask_dance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from .consumer import OAuth1ConsumerBlueprint, OAuth2ConsumerBlueprint

__version__ = "2.2.0"
__version__ = "3.0.0"

0 comments on commit efe8fdf

Please sign in to comment.