From e441fcce7bc1a2230ada016d06e9fba0fd49466f Mon Sep 17 00:00:00 2001 From: Anh Tuan Date: Fri, 26 May 2023 15:08:58 +0900 Subject: [PATCH] updated docs for release --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ff25c5..4f75923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.0 + +- Updated dependency to google_signin 6.1.2. Thank you [MedwinCorreo](https://github.com/atn832/google_sign_in_mocks/pull/8)! + ## 0.2.2 - Removed dependency to Mockito ([8b7309e](https://github.com/atn832/google_sign_in_mocks/commit/8b7309eec4cfb2c799772f7f25eb4c26b397bb9c)). diff --git a/pubspec.yaml b/pubspec.yaml index f981a51..7fa57cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: google_sign_in_mocks description: Mocks for Google Sign In. Use this package with `firebase_auth_mocks` to write unit tests involving Firebase Authentication. -version: 0.2.2 +version: 0.3.0 homepage: http://blog.wafrat.com repository: https://github.com/atn832/google_sign_in_mocks