From 73bebb8d5e243570f99100712bfcc080b7735adf Mon Sep 17 00:00:00 2001 From: masewo Date: Sun, 19 May 2024 20:57:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5df0d15..0d7b2fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.8.0] +## [0.10.0] * Updated to Appwrite SDK 12.0.0 * **BREAKING** Updated naming to be consistent `createEmailSession` is now `createEmailPasswordSession` * **BREAKING** Updated naming to be consistent `createPhoneSession` is now `createPhoneToken` @@ -6,6 +6,12 @@ * **BREAKING** Changed argument `provider` of `createOAuth2Session` from `String` to `OAuthProvider` * **BREAKING** Removed argument `passwordAgain` of `updateRecovery` +## [0.9.0] +* Updated to Appwrite SDK 11.0.0 + +## [0.8.0] +* Appwrite 1.3 Support + ## [0.7.0] * Updated to Appwrite SDK 8.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index 397a2ff..0cd8fa4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: appwrite_auth_kit description: A wrapper for Appwrite's Accounts service, makes it easy to manage authentication and account features. -version: 0.9.0 +version: 0.10.0 homepage: https://github.com/lohanidamodar/appwrite_auth_kit environment: