File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## 14.1.0
4+
5+ * Added ability to create attributes and indexes synchronously while creating a collection
6+
37## 14.0.0
48
59* Rename ` VCSDeploymentType ` enum to ` VCSReferenceType `
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add the package to your `Package.swift` dependencies:
3333
3434``` swift
3535 dependencies: [
36- .package (url : " git@github.com:appwrite/sdk-for-swift.git" , from : " 14.0 .0" ),
36+ .package (url : " git@github.com:appwrite/sdk-for-swift.git" , from : " 14.1 .0" ),
3737 ],
3838```
3939
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ open class Client {
2222 " x-sdk-name " : " Swift " ,
2323 " x-sdk-platform " : " server " ,
2424 " x-sdk-language " : " swift " ,
25- " x-sdk-version " : " 14.0 .0 " ,
25+ " x-sdk-version " : " 14.1 .0 " ,
2626 " x-appwrite-response-format " : " 1.8.0 "
2727 ]
2828
You can’t perform that action at this time.
0 commit comments