diff --git a/CHANGELOG.md b/CHANGELOG.md index e420224..59e2a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Changelog +## [2.0.2] - (2021-03-24) + +**Fixed** +- Interceptor bind client [\#237](https://github.com/auth0/node-jwks-rsa/pull/237) ([erikfried](https://github.com/erikfried)) +- Update type def for getSigningKey [\#236](https://github.com/auth0/node-jwks-rsa/pull/236) ([davidpatrick](https://github.com/davidpatrick)) +- Use hostname instead of host when creating request [\#233](https://github.com/auth0/node-jwks-rsa/pull/233) ([cjlpowers](https://github.com/cjlpowers)) + ## [2.0.1] - (2021-03-12) **Added** - Callback backwards compatbility for `getSigningKey` [\#227](https://github.com/auth0/node-jwks-rsa/pull/227) ([davidpatrick](https://github.com/davidpatrick)) diff --git a/package-lock.json b/package-lock.json index 8402f69..1accd24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b6c516d..0fa0997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jwks-rsa", - "version": "2.0.1", + "version": "2.0.2", "description": "Library to retrieve RSA public keys from a JWKS endpoint", "main": "src/index.js", "files": [