Skip to content

Commit e11223f

Browse files
authored
Update version number (#33)
* update version number of golang sdk * update publish date
1 parent 9aa4a01 commit e11223f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22
All notable changes to QingCloud SDK for Go will be documented in this file.
33

4+
## [v2.0.0-alpha.8] - 2017-08-13
5+
6+
### Added
7+
8+
- Add missing parameter for describenic
9+
- Add vxnet parms for instances
10+
411
## [v2.0.0-alpha.7] - 2017-08-02
512

613
### Added

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
package sdk
2121

2222
// Version number.
23-
const Version = "2.0.0-alpha.7"
23+
const Version = "2.0.0-alpha.8"

0 commit comments

Comments
 (0)