Skip to content

Commit

Permalink
Bump version to 3.1.0 (#88)
Browse files Browse the repository at this point in the history
* Bump version to 3.1.0

* Add version compare url
  • Loading branch information
Prnyself authored and Xuanwo committed Oct 8, 2019
1 parent 4cbf811 commit f1fbf29
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Change Log
All notable changes to QingStor SDK for Go will be documented in this file.

## [v3.1.0] - 2019-10-8

### Added

- Add metadata support for PutObject (#70)
- Add has_more field support in ListMultipartUploads api (#83)
- Add generated qinsgtor api interface (#87)

### Changed

- template: Update to fit API spec change (#80)
- request: Remove http retry logic to avoid body length 0 error (#81)
- client/upload: Switch to normal upload while fileSize small enough (#82)
- docs: Refactor usages and add zh-CN docs (#86)

### Fixed

- template: Fix sdk major version not bumped (#78)
- Fix notification subresource not signed (#84)

## [v3.0.2] - 2019-7-15

### Fixed
Expand Down Expand Up @@ -195,6 +215,7 @@ All notable changes to QingStor SDK for Go will be documented in this file.

- QingStor SDK for the Go programming language.

[v3.1.0]: https://github.com/yunify/qingstor-sdk-go/compare/v3.0.2...v3.1.0
[v3.0.2]: https://github.com/yunify/qingstor-sdk-go/compare/v3.0.1...v3.0.2
[v3.0.1]: https://github.com/yunify/qingstor-sdk-go/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/yunify/qingstor-sdk-go/compare/v2.3.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
package sdk

// Version number.
const Version = "3.0.2"
const Version = "3.1.0"

0 comments on commit f1fbf29

Please sign in to comment.