From 0449f5b2cacc2c84b6bfdefe179dc0922f4b6861 Mon Sep 17 00:00:00 2001 From: Mark Abramenko Date: Mon, 21 Oct 2024 16:43:50 +0300 Subject: [PATCH] chore: Release 4.1.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4185adb..1d87932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 4.1.0 + +* Fix `com.google.android.gms.common.api.ApiException: 16` + + ## 4.0.0 * Breaking: Upgrade Gradle version. diff --git a/pubspec.yaml b/pubspec.yaml index b0bd1d6..319e26f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: otp_autofill -version: 4.0.0 +version: 4.1.0 description: Android implementation of OTP autofill with using User Consent API and Retriever API. Add possibility to receive OTP code from another input. repository: "https://github.com/surfstudio/flutter-otp-autofill" issue_tracker: "https://github.com/surfstudio/flutter-otp-autofill/issues"