Skip to content

Commit

Permalink
Bump to version 3.0.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jul 11, 2019
1 parent c9f6655 commit d6ca2a5
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.1] - 2019-7-11

### Fixed

- request/unpacker: Fix empty nginx error not parsed correctly (#72)

## [v3.0.0] - 2019-6-26

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

- QingStor SDK for the Go programming language.

[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
[v2.2.15]: https://github.com/yunify/qingstor-sdk-go/compare/v2.2.14...v2.2.15
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.0"
const Version = "3.0.1"

0 comments on commit d6ca2a5

Please sign in to comment.