From ef08c4b46e944a6d6a333621a43a35d448665cea Mon Sep 17 00:00:00 2001 From: Sitaram Date: Thu, 1 Sep 2022 16:41:36 +0530 Subject: [PATCH] fix: publish at_client_mobile --- at_client_mobile/CHANGELOG.md | 2 ++ at_client_mobile/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/at_client_mobile/CHANGELOG.md b/at_client_mobile/CHANGELOG.md index e93da2baa..ad4610101 100644 --- a/at_client_mobile/CHANGELOG.md +++ b/at_client_mobile/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.2.5 +- fix: Fixed bug authenticate method returns true when invalid atKeys are supplied ## 3.2.4 - fix: fixed bug in windows keychain data storage. ## 3.2.3+1 diff --git a/at_client_mobile/pubspec.yaml b/at_client_mobile/pubspec.yaml index 15998eb0c..b86129eba 100644 --- a/at_client_mobile/pubspec.yaml +++ b/at_client_mobile/pubspec.yaml @@ -1,6 +1,6 @@ name: at_client_mobile description: A Flutter extension to the at_client library which adds support for mobile, desktop and IoT devices. -version: 3.2.4 +version: 3.2.5 repository: https://github.com/atsign-foundation/at_client_sdk homepage: https://atsign.dev documentation: https://atsign.dev/docs/functional_architecture/libraries/#at_client_mobile