Merge pull request #29 from yunify/update_version#

Version 2.0.0-alpha.7
This commit is contained in:
jolestar 2017-08-02 13:52:20 +08:00 committed by GitHub
commit f873dbd67f
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"