diff --git a/CHANGELOG.md b/CHANGELOG.md index a59ebc8..04f614f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.2](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.2.1...2.2.2) (2024-10-23) + +### Bug Fixes + +* Fix missing `OnEvent` callbacks with `IrisMethodChannel` used by multiple packages ([#108](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/108)) ([fe29371](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/fe29371f5de619cc4250ccdef7e5ac0a930f3f97)) +* support android 15 16k page size ([#109](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/109)) ([0528722](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/05287229837ee4ceebb8a8045e0f4acef5f11caa)) + ## [2.2.1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.2.0...2.2.1) (2024-10-09) ### Bug Fixes diff --git a/pubspec.yaml b/pubspec.yaml index 2b23658..a06c3e2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: iris_method_channel description: >- iris_method_channel is a method channel that communicate between C/C++(iris) and dart, which is used by Agora Flutter SDKs. -version: 2.2.1 +version: 2.2.2 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main environment: