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 1910595 commit 900c5b1Copy full SHA for 900c5b1
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 1.5.22 - 2020-05-12
4
+- Updated Endpoints.
5
+
6
## 1.5.21 - 2020-02-26
7
- Improved Nonce.
8
- Updated Endpoints.
src/AlibabaCloud.php
@@ -30,7 +30,7 @@ class AlibabaCloud
30
/**
31
* Version of the Client
32
*/
33
- const VERSION = '1.5.21';
+ const VERSION = '1.5.22';
34
35
36
* This static method can directly call the specific service.
0 commit comments