From 3a3a53d3042d85bf41c50dc5f82156cd5217b2a3 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Thu, 5 Nov 2020 16:26:48 -0500 Subject: [PATCH] light-bot checkin CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c11e514..9b065d57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [2.0.20](https://github.com/networknt/light-rest-4j/tree/2.0.20) (2020-11-05) + + +**Merged pull requests:** + + +- fixes \#148 update the JwtVerifierHandler to use SCOPE_STRING and SCP_… [\#149](https://github.com/networknt/light-rest-4j/pull/149) ([stevehu](https://github.com/stevehu)) +- fixes \#146 resolved a typo in the merged PR for the scp claim [\#147](https://github.com/networknt/light-rest-4j/pull/147) ([stevehu](https://github.com/stevehu)) +- Adding support for scp claim in addition to scope claim for scopes [\#145](https://github.com/networknt/light-rest-4j/pull/145) ([jaswalkiranavtar](https://github.com/jaswalkiranavtar)) ## [2.0.19](https://github.com/networknt/light-rest-4j/tree/2.0.19) (2020-11-01)