Skip to content

Commit

Permalink
version and changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Oct 30, 2022
1 parent 7ac1dac commit df65e16
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.6.0]
* Updated to Appwrite SDK 8.1.0
* **BREAKING** Appwrite 1.0 Support

## [0.5.0]
* **BREAKING** Updated naming to be consistent `FlAppwriteAccountKit` is now `AppwriteAccountKit`
* **BREAKING** Minimum Dart SDK required 2.17 to be consistent with [Appwrite](https://pub.dev/packages/appwrite)
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.0"
version: "0.6.0"
async:
dependency: transitive
description:
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.5.0
version: 0.6.0
homepage: https://github.com/lohanidamodar/appwrite_auth_kit

environment:
Expand Down

0 comments on commit df65e16

Please sign in to comment.