Skip to content

Commit

Permalink
Add SSL Verify Option (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
宋神宗 authored Mar 12, 2019
1 parent 50a2b91 commit 1f09ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.19 - 2019-03-12
- Add SSL Verify Option `verify()`.


## 1.0.18 - 2019-03-11
- Add endpoints for `acr`.
- Add endpoints for `faas`.
Expand Down
2 changes: 1 addition & 1 deletion src/AlibabaCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class AlibabaCloud
/**
* Version of the Client
*/
const VERSION = '1.0.18';
const VERSION = '1.0.19';

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

0 comments on commit 1f09ce6

Please sign in to comment.