From ebafceab6c00a1106fa2cb63f8e13ccaae9d4f5d Mon Sep 17 00:00:00 2001 From: Dilan Sachintha Nayanajith Date: Thu, 27 Jun 2024 13:43:24 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 046308bab..5e267a93d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,11 @@ This file contains all the notable changes done to the Ballerina gRPC 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). +## [1.11.1] - 2024-06-27 + +### Fixed +- [Isolate `grpc:Caller` and `grpc:StreamingClient`](https://github.com/ballerina-platform/ballerina-library/issues/6656) + ## [1.11.0] - 2024-05-03 ### Fixed