Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertYue19900425 committed Dec 1, 2016
1 parent d57b6cb commit 17b3963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# ChangeLog - Aliyun OSS SDK for PHP

## v2.2.1 / 2016-12-01

* 禁止http curl自动填充Accept-Encoding

## v2.2.0 / 2016-11-22

* 修复PutObject/CompleteMultipartUpload的返回值问题(#26)
Expand Down
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Expand Up @@ -2508,8 +2508,8 @@ public function setConnectTimeout($connectTimeout)
);
// OssClient版本信息
const OSS_NAME = "aliyun-sdk-php";
const OSS_VERSION = "2.2.0";
const OSS_BUILD = "20161122";
const OSS_VERSION = "2.2.1";
const OSS_BUILD = "20161201";
const OSS_AUTHOR = "";
const OSS_OPTIONS_ORIGIN = 'Origin';
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
Expand Down

0 comments on commit 17b3963

Please sign in to comment.