Skip to content

Commit

Permalink
Version 2.0.0-alpha.5
Browse files Browse the repository at this point in the history
Signed-off-by: Jingwen Peng <[email protected]>
  • Loading branch information
pengsrc committed Mar 27, 2017
1 parent 00ca5da commit fae3272
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
All notable changes to QingCloud SDK for Go will be documented in this file.

## [v2.0.0-alpha.5] - 2017-03-27

### Added

- Add advanced client for simple instance management. [@jolestar]
- Add wait utils for waiting a job to finish. [@jolestar]

## [v2.0.0-alpha.4] - 2017-03-14

### Fixed
Expand Down Expand Up @@ -34,6 +41,9 @@ All notable changes to QingCloud SDK for Go will be documented in this file.

- QingCloud SDK for the Go programming language.

[v2.0.0-alpha.5]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.4...v2.0.0-alpha.5
[v2.0.0-alpha.4]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.3...v2.0.0-alpha.4
[v2.0.0-alpha.3]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.2...v2.0.0-alpha.3
[v2.0.0-alpha.2]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.1...v2.0.0-alpha.2

[@jolestar]: https://github.com/jolestar
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 = "2.0.0-alpha.4"
const Version = "2.0.0-alpha.5"

0 comments on commit fae3272

Please sign in to comment.