From f42c4187a66bf5c586b506952e7fb2ada5395acf Mon Sep 17 00:00:00 2001 From: Pushpam <93931528+Decoder07@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:01:56 +0530 Subject: [PATCH] Added release notes (#1624) --- packages/hmssdk_flutter/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/hmssdk_flutter/CHANGELOG.md b/packages/hmssdk_flutter/CHANGELOG.md index c22ac044e..54709c0cb 100644 --- a/packages/hmssdk_flutter/CHANGELOG.md +++ b/packages/hmssdk_flutter/CHANGELOG.md @@ -5,6 +5,16 @@ | hms_room_kit | [![Pub Version](https://img.shields.io/pub/v/hms_room_kit)](https://pub.dev/packages/hms_room_kit) | | hmssdk_flutter | [![Pub Version](https://img.shields.io/pub/v/hmssdk_flutter)](https://pub.dev/packages/hmssdk_flutter) | +## 1.9.1 - 2023-11-02 + +### Fixed + +- Fixed a bug where `peerLeft` was not getting fired even in case of a broadcaster. + +Updated to Android SDK 2.7.9 & iOS SDK 1.1.0 + +**Full Changelog**: [1.9.0...1.9.1](https://github.com/100mslive/100ms-flutter/compare/1.9.0...1.9.1) + ## 1.9.0 - 2023-10-16 ### Added