Skip to content

Commit 1497d50

Browse files
committed
changeog
1 parent 75310d6 commit 1497d50

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## 14.1.0
4+
5+
* Add `queries` parameter to Realtime subscriptions for filtering events
6+
* Fix `Roles` enum removed from Teams service; `roles` parameter now accepts `[String]`
7+
* Fix doc examples with proper formatting and complete client configuration
8+
39
## 14.0.0
410

511
* Add array-based enum parameters (e.g., `permissions: [BrowserPermission]`).

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: "14.0.0"),
34+
.package(url: "git@github.com:appwrite/sdk-for-apple.git", from: "14.1.0"),
3535
],
3636
```
3737

Sources/Appwrite/Client.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ open class Client {
2424
"x-sdk-name": "Apple",
2525
"x-sdk-platform": "client",
2626
"x-sdk-language": "apple",
27-
"x-sdk-version": "14.0.0",
27+
"x-sdk-version": "14.1.0",
2828
"x-appwrite-response-format": "1.8.0"
2929
]
3030

0 commit comments

Comments
 (0)