From 0eae4617d7ecba13846b922e40822135590ba26b Mon Sep 17 00:00:00 2001 From: John Szwaronek Date: Thu, 25 Jan 2018 13:19:17 -0500 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f49e0..90d0135 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Change Log +## [v2.0.0](https://github.com/feathers-plus/feathers-authentication-management/tree/v2.0.0) (2018-01-25) +[Full Changelog](https://github.com/feathers-plus/feathers-authentication-management/compare/v1.0.3...v2.0.0) + +**Implemented enhancements:** + +- migrate to feathersjs v3 [\#89](https://github.com/feathers-plus/feathers-authentication-management/pull/89) ([lwhiteley](https://github.com/lwhiteley)) +- Fix reset password short reset token to work as advertised in the documentation [\#88](https://github.com/feathers-plus/feathers-authentication-management/pull/88) ([fiddler](https://github.com/fiddler)) +- Fix for \#55 [\#84](https://github.com/feathers-plus/feathers-authentication-management/pull/84) ([claustres](https://github.com/claustres)) + +**Closed issues:** + +- Purpose of resetShortToken [\#83](https://github.com/feathers-plus/feathers-authentication-management/issues/83) + ## [v1.0.3](https://github.com/feathers-plus/feathers-authentication-management/tree/v1.0.3) (2017-12-30) [Full Changelog](https://github.com/feathers-plus/feathers-authentication-management/compare/v1.0.2...v1.0.3)