From 4db7fe03f4e1ad687a6c95a67b51b72f5b537b28 Mon Sep 17 00:00:00 2001 From: Steve Hu Date: Fri, 14 Apr 2023 21:08:53 -0400 Subject: [PATCH] light-bot checkin CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c06d983afd..6a477522b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [2.1.12](https://github.com/networknt/light-4j/tree/2.1.12) (2023-04-14) + + +**Merged pull requests:** + + +- fixes \#1717 reimplement MRAS two-way TLS createSSLContext method [\#1718](https://github.com/networknt/light-4j/pull/1718) ([stevehu](https://github.com/stevehu)) +- fixes \#1715 update basic handler to return immediately if there is an… [\#1716](https://github.com/networknt/light-4j/pull/1716) ([stevehu](https://github.com/stevehu)) +- fixes \#1712 Reimplement ClientX509ExtendedTrustManager and CompositeX… [\#1713](https://github.com/networknt/light-4j/pull/1713) ([stevehu](https://github.com/stevehu)) +- fixes \#1710 rollback loadDefaultTrustStore in client.yml [\#1711](https://github.com/networknt/light-4j/pull/1711) ([stevehu](https://github.com/stevehu)) +- added changes for azuread token api service response compatibility [\#1709](https://github.com/networknt/light-4j/pull/1709) ([SONALJAIN0904](https://github.com/SONALJAIN0904)) +- fixes \#1707 update client.yml to remove the defaultGroupKey and enabl… [\#1708](https://github.com/networknt/light-4j/pull/1708) ([stevehu](https://github.com/stevehu)) ## [2.1.11](https://github.com/networknt/light-4j/tree/2.1.11) (2023-04-10)