Update version number (#33)

* update version number of golang sdk

* update publish date
This commit is contained in:
Martin@qingcloud 2017-08-13 22:27:30 +08:00 committed by GitHub
parent 9aa4a010b5
commit e11223f056
2 changed files with 8 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.8] - 2017-08-13
### Added
- Add missing parameter for describenic
- Add vxnet parms for instances
## [v2.0.0-alpha.7] - 2017-08-02
### Added

View File

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