diff --git a/CHANGELOG.md b/CHANGELOG.md index 4902511..1415a3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [2.0.0](https://github.com/mbamobi/authentication/compare/v1.0.0...v2.0.0) (2017-04-06) + + +### Bug Fixes + +* **module:** assign storage default ([2d8992a](https://github.com/mbamobi/authentication/commit/2d8992a)) +* **module:** useClass null to adapter ([98caa55](https://github.com/mbamobi/authentication/commit/98caa55)) + + + # 1.0.0 (2017-04-06) diff --git a/package.json b/package.json index 3734423..39a83b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mbamobi/authentication", - "version": "1.0.0", + "version": "2.0.0", "description": "This is abstract to Authentication based in project https://github.com/zendframework/zend-authentication", "main": "dist/umd/index.js", "typings": "dist/esm/index.d.ts",