Skip to content

Commit

Permalink
release v1.3.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
宋神宗 authored Apr 18, 2019
1 parent 5145cf5 commit 1ee5deb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 0 additions & 6 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/aliyun/openapi-sdk-php-client> for more information.
2 changes: 1 addition & 1 deletion src/AlibabaCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ee5deb

Please sign in to comment.