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 cab111e commit 51d637fCopy full SHA for 51d637f
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 1.5.24 - 2020-06-04
4
+- Fixed Resolve Host.
5
+
6
## 1.5.23 - 2020-05-22
7
- Optimized global product support.
8
src/AlibabaCloud.php
@@ -30,7 +30,7 @@ class AlibabaCloud
30
/**
31
* Version of the Client
32
*/
33
- const VERSION = '1.5.23';
+ const VERSION = '1.5.24';
34
35
36
* This static method can directly call the specific service.
0 commit comments