Version 2.0.0-alpha.7

This commit is contained in:
樊尚享 2017-08-02 11:03:36 +08:00
parent 82eb265471
commit 1cdcb77d09
2 changed files with 9 additions and 2 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.7] - 2017-08-02
### Added
- Add timeout parameter for http client
- Add missing parameters in nic, router and security groups
## [v2.0.0-alpha.6] - 2017-07-17
### Added
@ -47,7 +54,7 @@ All notable changes to QingCloud SDK for Go will be documented in this file.
### Added
- QingCloud SDK for the Go programming language.
[v2.0.0-alpha.7]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.6...v2.0.0-alpha.7
[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

View File

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