diff --git a/CHANGELOG.md b/CHANGELOG.md index 951e8310..1a22d315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -# Change log +# Change Log + +## [v5.1.1](https://github.com/auth0/angular2-jwt/tree/v5.1.1) (2022-12-15) +[Full Changelog](https://github.com/auth0/angular2-jwt/compare/v5.1.0...v5.1.1) + +**Fixed** +- Support promise based tokenGetter in JwtHelperService [\#748](https://github.com/auth0/angular2-jwt/pull/748) ([frederikprijck](https://github.com/frederikprijck)) ## Version [5.1.0](https://github.com/auth0/angular2-jwt/tags/v5.1.0) diff --git a/projects/angular-jwt/package.json b/projects/angular-jwt/package.json index 81f8d9c3..998be1db 100644 --- a/projects/angular-jwt/package.json +++ b/projects/angular-jwt/package.json @@ -1,6 +1,6 @@ { "name": "@auth0/angular-jwt", - "version": "5.1.0", + "version": "5.1.1", "description": "JSON Web Token helper library for Angular", "private": false, "repository": {