diff --git a/docs/changelog.rst b/docs/changelog.rst index 02f7b210..ed890fec 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,26 @@ Change Log All library changes, in descending order. +Version 2.3.4 +-------------- + +**Released December 21, 2015** + +- Fixed: if you specify an application that does not have account stores mapped + to it, we show a nice error message (rather than an undefined exception). + We also added a real error message for the situation where the registration + feature is enabled, but the defined application does not have a default + account store. + +- Fixed: when rendering error messages for field validation, during + registration, we use the field label (rather than the name) in the error + string (this is more user friendly). + +- The logout route now supports `?next=` parameter, for redirecting after + logout. + +- Adding more information to the upgrade log, for the 1.x -> 2.x upgrade path. + Version 2.3.3 -------------- diff --git a/docs/upgrading.rst b/docs/upgrading.rst index e67cf6bd..6e9c0ab6 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.3 -> Version 2.3.4 +------------------------------ + +**No changes needed!** + Version 2.3.2 -> Version 2.3.3 ------------------------------ diff --git a/package.json b/package.json index 898e68af..88364b95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-stormpath", - "version": "2.3.3", + "version": "2.3.4", "description": "Build simple, secure web applications with Stormpath and Express!", "keywords": [ "express",