From 4fda328f17551f46a461022467d1a23036beda3a Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:17:30 +0530 Subject: [PATCH] Update changelog --- changelog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/changelog.md b/changelog.md index d44f0b8420..c418c13c70 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,18 @@ This file contains all the notable changes done to the Ballerina HTTP package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- [Fix resilient client failure in passthrough scenarios](https://github.com/ballerina-platform/ballerina-standard-library/issues/4824) + +## [2.9.3] - 2023-09-07 + +### Fixed + +- [Address CVE-2023-33201 bouncy castle Vulnerability](https://github.com/ballerina-platform/ballerina-standard-library/issues/4776) + ## [2.9.2] - 2023-08-10 ### Fixed