Skip to content

Commit

Permalink
🔖 Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
masewo committed May 19, 2024
1 parent 54b7750 commit 73bebb8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## [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`
* **BREAKING** Updated naming to be consistent `createMagicURLSession` is now `createMagicURLToken`
* **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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 73bebb8

Please sign in to comment.