From 1ee5deb3fd520d8f319c239482382f1d270655ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E7=A5=9E=E5=AE=97?= Date: Thu, 18 Apr 2019 11:13:07 +0800 Subject: [PATCH] release v1.3.0 (#140) --- CHANGELOG.md | 5 ++--- UPGRADING.md | 6 ------ src/AlibabaCloud.php | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af747559..0c06c83a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ # CHANGELOG -## 2.0.0 - 2019-04-15 +## 1.3.0 - 2019-04-18 - Improved parameters methods. -- Abolished method starting with `set` by exception message. -- Abolish DeprecatedTrait by exception message. +- Optimized the logic for body encode. ## 1.2.1 - 2019-04-11 diff --git a/UPGRADING.md b/UPGRADING.md index f7673d50..08c1bb33 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,12 +1,6 @@ Upgrading Guide =============== -Upgrade from 1.x to 2.x ------------------------ -- Formally abandon the method that the previous table is about to be abolished. -- Improved parameters methods. - - 1.x ----------------------- - This is the first version. See for more information. diff --git a/src/AlibabaCloud.php b/src/AlibabaCloud.php index 24a61988..b2f34041 100644 --- a/src/AlibabaCloud.php +++ b/src/AlibabaCloud.php @@ -30,7 +30,7 @@ class AlibabaCloud /** * Version of the Client */ - const VERSION = '2.0.0'; + const VERSION = '1.3.0'; /** * This static method can directly call the specific service.