We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38371c3 commit 5bc6f6dCopy full SHA for 5bc6f6d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 1.5.32 - 2022-12-08
4
+
5
+- Support PHP versions: From 5.5 up to 8.1
6
7
## 1.5.31 - 2021-05-13
8
9
- Deprecate `\GuzzleHttp\Psr7\parse_query` method
src/AlibabaCloud.php
@@ -30,7 +30,7 @@ class AlibabaCloud
30
/**
31
* Version of the Client
32
*/
33
- const VERSION = '1.5.29';
+ const VERSION = '1.5.32';
34
35
36
* This static method can directly call the specific service.
0 commit comments