diff --git a/docs/changelog.rst b/docs/changelog.rst index ed890fec..eaca63a9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,25 @@ Change Log All library changes, in descending order. +Version 2.3.5 +-------------- + +**Released January 12, 2016** + +- Added: Info about changed routes in upgrade docs from v1 to v2. + +- Fixed: Ability to disable web features while still having the website + option turned on. + +- Fixed: Body-parser conflicts when configured outside the library. Now + instead of using body-parser, we use the body and qs modules. + +- Fixed: Express-stormpath incompatible with node streams (request.pipe and + http-proxy). + +- Fixed: Previously it was possible to set your own `next` url. Now any `next` + url redirects are restricted to the domain that you are on. + Version 2.3.4 -------------- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index e6e28ca0..d62b1c60 100644 --- a/docs/upgrading.rst +++ b/docs/upgrading.rst @@ -7,6 +7,11 @@ Upgrade Guide This page contains specific upgrading instructions to help you migrate between Express-Stormpath releases. +Version 2.3.4 -> Version 2.3.5 +------------------------------ + +**No changes needed!** + Version 2.3.3 -> Version 2.3.4 ------------------------------ diff --git a/package.json b/package.json index f00922f5..7a42405d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-stormpath", - "version": "2.3.4", + "version": "2.3.5", "description": "Build simple, secure web applications with Stormpath and Express!", "keywords": [ "express",