From c2da4ce7df4371021fd88bd1d8743c924c5646db Mon Sep 17 00:00:00 2001 From: yeliulee Date: Thu, 14 Nov 2024 21:06:03 +0800 Subject: [PATCH] bump version to 6.1.0 Signed-off-by: yeliulee --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f9391..a8e8aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 6.1.0 + +* 新增: 对 `HarmonyOS` 的支持, 受限于 SDK, 仅支持部分功能 +* 新增: Server-Side Code 模式登录 +* 新增: 二维码授权登录 + ## 6.0.1 * iOS: 优化 ruby 脚本 diff --git a/pubspec.yaml b/pubspec.yaml index d479bda..67f76f9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tencent_kit description: A powerful Flutter plugin allowing developers to auth/share with natvie Android & iOS Tencent SDKs. -version: 6.0.1 +version: 6.1.0 homepage: https://github.com/RxReader/tencent_kit repository: https://github.com/RxReader/tencent_kit.git issue_tracker: https://github.com/RxReader/tencent_kit/issues