Skip to content

Commit

Permalink
Merge pull request #16 from rockuw/master
Browse files Browse the repository at this point in the history
Version => 2.0.5
  • Loading branch information
rockuw committed Jan 26, 2016
2 parents 5df6b58 + 634b27b commit 57b3b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog - Aliyun OSS SDK for PHP

## v2.0.5

* 增加Add/Delete/Get BucketCname接口

## v2.0.4

* 增加Put/Get Object Acl接口
Expand Down
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2120,8 +2120,8 @@ public function setConnectTimeout($connectTimeout)
);
// OssClient版本信息
const OSS_NAME = "aliyun-sdk-php";
const OSS_VERSION = "2.0.4";
const OSS_BUILD = "20151226";
const OSS_VERSION = "2.0.5";
const OSS_BUILD = "20160126";
const OSS_AUTHOR = "";
const OSS_OPTIONS_ORIGIN = 'Origin';
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
Expand Down

0 comments on commit 57b3b1c

Please sign in to comment.