From 1d5d8f93be40de57976a2269edcc47eecbdcc320 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:44:09 +0800 Subject: [PATCH] chore: release 2.0.0-dev.2 (#85) Co-authored-by: littleGnAl --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e57ce4..1763e72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.0-dev.2](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.0.0-dev.1...2.0.0-dev.2) (2023-09-11) + + +### Bug Fixes + +* [android] Add namespace to work with android gradle 8.0 ([#82](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/82)) ([98ee75f](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/98ee75f31609ffd77b833a5636f3019b40c2bd39)) +* Align web implementation to native implementation ([#84](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/84)) ([27bb000](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/27bb000f2b1910484db77571a3728a870c3fe871)) + ## [2.0.0-dev.1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/1.2.2...2.0.0-dev.1) (2023-09-04) diff --git a/pubspec.yaml b/pubspec.yaml index e50edf9..e88e458 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.0.0-dev.1 +version: 2.0.0-dev.2 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main environment: