From faa774a38576887cc83c0a84d41cb401a48ec056 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:29:54 +0800 Subject: [PATCH] chore: release 2.2.0 (#104) Prepare releasing **2.2.0** After this pull request is merged, the following steps below will be going on: * Create tag for **2.2.0** * Publish to pub.dev * Create Github release for **2.2.0** *This pull request is opened by bot* Co-authored-by: littleGnAl --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d725e18..77939d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.2.0](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.1.1...2.2.0) (2024-08-14) + + +### Features + +* Add throwExceptionHandler ([#102](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/issues/102)) ([4ec2c67](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/commit/4ec2c676d6269784e36da3fa43f7dd90190f2963)) + ## [2.1.1](https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/compare/2.1.0...2.1.1) (2024-04-19) diff --git a/pubspec.yaml b/pubspec.yaml index 78e2a05..645804a 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.1.1 +version: 2.2.0 homepage: https://www.agora.io repository: https://github.com/AgoraIO-Extensions/iris_method_channel_flutter/tree/main environment: