Skip to content

Commit 6a05f1f

Browse files
committed
regen
1 parent ace022a commit 6a05f1f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Change Log
22

3-
## 17.5.1
3+
## 17.6.0
44

55
* Fix duplicate methods issue (e.g., `updateMFA` and `updateMfa`) causing build and runtime errors
6+
* Add support for `getScreenshot` method to `Avatars` service
7+
* Add `Output`, `Theme` and `Timezone` enums
68

79
## 17.5.0
810

src/Appwrite/Client.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ class Client
3737
*/
3838
protected array $headers = [
3939
'content-type' => '',
40-
'user-agent' => 'AppwritePHPSDK/17.5.1 ()',
40+
'user-agent' => 'AppwritePHPSDK/17.6.0 ()',
4141
'x-sdk-name'=> 'PHP',
4242
'x-sdk-platform'=> 'server',
4343
'x-sdk-language'=> 'php',
44-
'x-sdk-version'=> '17.5.1',
44+
'x-sdk-version'=> '17.6.0',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)