Skip to content

Commit

Permalink
release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
宋神宗 authored Feb 27, 2019
1 parent 1fe0e74 commit b027da9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.0.15 - 2019-02-27
- Add endpoints for `Chatbot`.
- Change endpoints for `drdspost` and `drdspre`.


## 1.0.14 - 2019-02-21
- Enable debug mode by set environment variable `DEBUG=sdk`.

Expand Down
2 changes: 1 addition & 1 deletion src/AlibabaCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class AlibabaCloud
/**
* Version of the Client
*/
const VERSION = '1.0.14';
const VERSION = '1.0.15';

/**
* This static method can directly call the specific service.
Expand Down

0 comments on commit b027da9

Please sign in to comment.