We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2cef7 commit 2d01378Copy full SHA for 2d01378
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 1.5.29 - 2020-08-03
4
+- Fixed RPC Signature.
5
+
6
## 1.5.28 - 2020-08-03
7
- Updated `endpoints`.
8
src/AlibabaCloud.php
@@ -30,7 +30,7 @@ class AlibabaCloud
30
/**
31
* Version of the Client
32
*/
33
- const VERSION = '1.5.28';
+ const VERSION = '1.5.29';
34
35
36
* This static method can directly call the specific service.
0 commit comments