Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Merge pull request #541 from stormpath/release-3.1.6
Browse files Browse the repository at this point in the history
Release 3.1.6
  • Loading branch information
robertjd committed Nov 1, 2016
2 parents 07273bf + c772f81 commit 090f97b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Change Log

All library changes, in descending order.

Version 3.1.6
-------------

**Released November 1, 2016.**

* Fix for broken scope string for social login providers. If you are getting errors about invalid scope configuration from Google, Facebook, etc, you should upgrade to this version. (`#539 <https://github.com/stormpath/express-stormpath/pull/539>`_).
* Fixed so that login with social providers will support the ``?next`` query string parameter. (`#482 <https://github.com/stormpath/express-stormpath/pull/482>`_).

Version 3.1.5
-------------

Expand Down
5 changes: 5 additions & 0 deletions docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Upgrade Guide
This page contains specific upgrading instructions to help you migrate between
Express-Stormpath releases.

Version 3.1.5 -> Version 3.1.6
------------------------------

**No changes needed!**

Version 3.1.4 -> Version 3.1.5
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-stormpath",
"version": "3.1.5",
"version": "3.1.6",
"description": "Build simple, secure web applications with Stormpath and Express!",
"keywords": [
"express",
Expand Down

0 comments on commit 090f97b

Please sign in to comment.