From ee90de2a6dbf4668081f6d7fa4b0afae58fbadfb Mon Sep 17 00:00:00 2001 From: Sam Stradling <9036408+samstradling@users.noreply.github.com> Date: Mon, 14 Dec 2020 19:08:54 +0000 Subject: [PATCH] Fix PR link in changelog (#207) The current link 404s. Honestly the new link is a bit of a guess but seems to fit and is a likely typo. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7951cf..0dc3a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ ## [1.12.0] - (2020-12-08) **Added** -- Provide an alternative source for supplying keysets [\#292](https://github.com/auth0/node-jwks-rsa/pull/292) ([davidpatrick](https://github.com/davidpatrick)) +- Provide an alternative source for supplying keysets [\#202](https://github.com/auth0/node-jwks-rsa/pull/202) ([davidpatrick](https://github.com/davidpatrick)) **Deprecation** -We are deprecating passing in a `jwksObject` to the client for reasons laid out in [\#292](https://github.com/auth0/node-jwks-rsa/pull/292). In order to load keys from anything other than the `jwksUri`, please use the `getKeysInterceptor`. +We are deprecating passing in a `jwksObject` to the client for reasons laid out in [\#202](https://github.com/auth0/node-jwks-rsa/pull/202). In order to load keys from anything other than the `jwksUri`, please use the `getKeysInterceptor`. ```js const client = new JwksClient({