Skip to content

Commit

Permalink
Bump version to 3.0.2 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jul 15, 2019
1 parent e062b32 commit 828f42e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to QingStor SDK for Go will be documented in this file.

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

### Fixed

- request/builder: Fix content length can't exceed int32 (#74)

## [v3.0.1] - 2019-7-11

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

- QingStor SDK for the Go programming language.

[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
[v2.3.0]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.15...v2.3.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.1"
const Version = "3.0.2"

0 comments on commit 828f42e

Please sign in to comment.