From b1f3a85e5e9ff92c68a9a8903aa390f633713670 Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Thu, 1 Feb 2024 18:04:10 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 65db555093..b85ce2f1e8 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,7 @@ 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 +## [2.10.6] - 2024-02-01 ### Added - [Expose HTTP connection eviction configurations in the client level](https://github.com/ballerina-platform/ballerina-library/issues/5951)