From fae32720d96f0d00244b504af3cfc990fc2f951b Mon Sep 17 00:00:00 2001 From: Jingwen Peng Date: Mon, 27 Mar 2017 13:29:45 +0800 Subject: [PATCH] Version 2.0.0-alpha.5 Signed-off-by: Jingwen Peng --- CHANGELOG.md | 10 ++++++++++ version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c57dcf..e60da57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/version.go b/version.go index 88ae08c..87bbe04 100644 --- a/version.go +++ b/version.go @@ -20,4 +20,4 @@ package sdk // Version number. -const Version = "2.0.0-alpha.4" +const Version = "2.0.0-alpha.5"