Skip to content

Commit 0c3533f

Browse files
authored
Release 1.5.28 (#226)
1 parent 5ed6604 commit 0c3533f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

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+
312
## 1.5.25 - 2020-07-04
413
- Fixed ROA signature.
514
- Deprecated `LogFormatter`.

src/AlibabaCloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class AlibabaCloud
3030
/**
3131
* Version of the Client
3232
*/
33-
const VERSION = '1.5.25';
33+
const VERSION = '1.5.28';
3434

3535
/**
3636
* This static method can directly call the specific service.

0 commit comments

Comments
 (0)