Skip to content

Commit 86d0b2d

Browse files
authored
Merge pull request #89 from appwrite/dev
feat: Apple SDK update for version 13.2.0
2 parents 907ac8a + d61ce34 commit 86d0b2d

35 files changed

+882
-50
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## 13.2.0
4+
5+
* Add transaction support for Databases and TablesDB
6+
37
## 13.1.0
48

59
* Deprecate `createVerification` method in `Account` service

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the package to your `Package.swift` dependencies:
3131

3232
```swift
3333
dependencies: [
34-
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "13.1.0"),
34+
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "13.2.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ open class Client {
2323
"x-sdk-name": "Apple",
2424
"x-sdk-platform": "client",
2525
"x-sdk-language": "apple",
26-
"x-sdk-version": "13.1.0",
26+
"x-sdk-version": "13.2.0",
2727
"x-appwrite-response-format": "1.8.0"
2828
]
2929

0 commit comments

Comments
 (0)