From 35876a69aca17b5d3b2965afd7448afc1c7faf76 Mon Sep 17 00:00:00 2001 From: Ayesh Almeida Date: Fri, 22 Nov 2024 11:53:24 +0530 Subject: [PATCH] Update change log --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 53e6977d..9f9b90ae 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed +- [Mark `websubhub:HubClient` as an isolated client](https://github.com/ballerina-platform/ballerina-library/issues/7400) + +## [1.11.0] - 2024-05-03 + ### Fixed - [`websubhub` compiler plugin does not allow listener port to be a pre-defined variable](https://github.com/ballerina-platform/ballerina-library/issues/6339)