Version 2.0.0-alpha.6

Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
This commit is contained in:
Jingwen Peng 2017-07-17 21:43:26 +08:00 committed by Aspire
parent 8d0a7fddab
commit 1e9547d40e
2 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# Change Log
All notable changes to QingCloud SDK for Go will be documented in this file.
## [v2.0.0-alpha.6] - 2017-07-17
### Added
- Update advanced client. [@jolestar]
- Fix several APIs. [@jolestar]
## [v2.0.0-alpha.5] - 2017-03-27
### Added
@ -41,6 +48,7 @@ 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.6]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.5...v2.0.0-alpha.6
[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

View File

@ -20,4 +20,4 @@
package sdk
// Version number.
const Version = "2.0.0-alpha.5"
const Version = "2.0.0-alpha.6"