Skip to content

Commit

Permalink
release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taowei.wtw committed Jun 18, 2019
1 parent e7abb1c commit e8251f7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# ChangeLog - Aliyun OSS SDK for Go
## 版本号:v2.0.0 日期:2019-06-18
### 变更内容
- 增加:增加各个接口对versioning的支持
- 增加:增加设置、查询、删除bucket policy接口
- 增加: 增加设置website详细配置接口: SetBucketWebsiteDetail
- 增加: 增加Bucket OptionsMethod 接口


# ChangeLog - Aliyun OSS SDK for Go
## 版本号:v1.9.8 日期:2019-05-25
### 变更内容
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - 使用此SDK,用户可以方便地在任何应用、任何时间、任何地点上传,下载和管理数据。
## 版本
> - Current version: v1.9.8
> - Current version: v2.0.0
## 运行环境
> - Go 1.5及以上。
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
> - With this SDK, you can upload, download and manage data on any app anytime and anywhere conveniently.
## Version
> - Current version: v1.9.8
> - Current version: v2.0.0
## Running Environment
> - Go 1.5 or above.
Expand Down
2 changes: 1 addition & 1 deletion oss/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ const (

NullVersion = "null"

Version = "v2.0.0 alpha" // Go SDK version
Version = "v2.0.0" // Go SDK version
)

0 comments on commit e8251f7

Please sign in to comment.