From 45b2093269948a2b1fc2ef3641ca390b9c19793b Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Sat, 15 Jun 2024 19:48:58 +0530 Subject: [PATCH] Update change log --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 2b979d08..c28abd26 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +### Added +- [Add support to directly provide `crypto:PrivateKey` and `crypto:PublicKey` in JWT signature configurations](https://github.com/ballerina-platform/ballerina-library/issues/6514) + +## [2.12.1] - 2024-06-14 + ## Changed - [Revert support to directly provide `crypto:PrivateKey` and `crypto:PublicKey` in JWT signature configurations](https://github.com/ballerina-platform/ballerina-library/issues/6628)