From 0c3533f64f65d98fad5407b0bb43d0c91910c42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E7=A5=9E=E5=AE=97?= Date: Mon, 3 Aug 2020 13:05:30 +0800 Subject: [PATCH] Release 1.5.28 (#226) --- CHANGELOG.md | 9 +++++++++ src/AlibabaCloud.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e4cc26..2c987d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 1.5.28 - 2020-08-03 +- Updated `endpoints`. + +## 1.5.27 - 2020-07-17 +- Fixed composer error config. + +## 1.5.26 - 2020-07-17 +- Validate RegionID/EndpointSuffix/Network. + ## 1.5.25 - 2020-07-04 - Fixed ROA signature. - Deprecated `LogFormatter`. diff --git a/src/AlibabaCloud.php b/src/AlibabaCloud.php index 789fac59..9dc7dafa 100644 --- a/src/AlibabaCloud.php +++ b/src/AlibabaCloud.php @@ -30,7 +30,7 @@ class AlibabaCloud /** * Version of the Client */ - const VERSION = '1.5.25'; + const VERSION = '1.5.28'; /** * This static method can directly call the specific service.