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 5ed6604 commit 0c3533fCopy full SHA for 0c3533f
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# CHANGELOG
2
3
+## 1.5.28 - 2020-08-03
4
+- Updated `endpoints`.
5
+
6
+## 1.5.27 - 2020-07-17
7
+- Fixed composer error config.
8
9
+## 1.5.26 - 2020-07-17
10
+- Validate RegionID/EndpointSuffix/Network.
11
12
## 1.5.25 - 2020-07-04
13
- Fixed ROA signature.
14
- Deprecated `LogFormatter`.
src/AlibabaCloud.php
@@ -30,7 +30,7 @@ class AlibabaCloud
30
/**
31
* Version of the Client
32
*/
33
- const VERSION = '1.5.25';
+ const VERSION = '1.5.28';
34
35
36
* This static method can directly call the specific service.
0 commit comments