diff --git a/CHANGELOG.md b/CHANGELOG.md index 728d10c..7f70ad6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Upgrade packages +## [1.0.6] - 2019-08-13 +### Fixed +- Upgrade packages + ## [1.0.5] - 2018-12-05 ### Added - Upgrade to Angular 7 -### Fixex +### Fixed - Removed log messages ## [1.0.4] - 2018-10-18 @@ -37,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - First release +[1.0.6]: https://github.com/fileless/ng-oidc-client/compare/v1.0.5...v1.0.6 [1.0.5]: https://github.com/fileless/ng-oidc-client/compare/v1.0.4...v1.0.5 [1.0.4]: https://github.com/fileless/ng-oidc-client/compare/v1.0.3...v1.0.4 [1.0.3]: https://github.com/fileless/ng-oidc-client/compare/v1.0.2...v1.0.3 diff --git a/projects/ng-oidc-client/package.json b/projects/ng-oidc-client/package.json index d8f6e82..c68fd33 100644 --- a/projects/ng-oidc-client/package.json +++ b/projects/ng-oidc-client/package.json @@ -1,6 +1,6 @@ { "name": "ng-oidc-client", - "version": "1.0.5", + "version": "1.0.6", "main": "index.js", "description": "An Angular 6+ package wrapping oidc-client library to manage authentication with OpenID Connect (OIDC) and OAuth2 in a reactive way using NgRx.", "author": "Alexandru Gogan & David Turner", @@ -11,7 +11,7 @@ }, { "name": "David Turner", - "email": "daveturner@live.com" + "email": "david@sourceapp.io" } ], "repository": {