Skip to content

Commit 5bdd2a7

Browse files
committed
chore: add changelog
1 parent 69c9286 commit 5bdd2a7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# Change Log
1+
# Change Log
2+
3+
## 15.1.0
4+
5+
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
6+
* Add `dart38` and `flutter332` support to runtime models
7+
* Add `gif` support to `ImageFormat` enum
8+
* Add `upsertDocument` support to `Databases` service
9+
* Add `sequence` support to `Document` model

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/15.0.0 ()',
40+
'user-agent' => 'AppwritePHPSDK/15.1.0 ()',
4141
'x-sdk-name'=> 'PHP',
4242
'x-sdk-platform'=> 'server',
4343
'x-sdk-language'=> 'php',
44-
'x-sdk-version'=> '15.0.0',
44+
'x-sdk-version'=> '15.1.0',
4545
];
4646

4747
/**

0 commit comments

Comments
 (0)