Version 2.0.0-alpha.4

Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
This commit is contained in:
Jingwen Peng 2017-03-14 17:08:55 +08:00 committed by Aspire
parent 15c8a43045
commit 7c2896e106
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,12 @@
# Change Log
All notable changes to QingCloud SDK for Go will be documented in this file.
## [v2.0.0-alpha.4] - 2017-03-14
### Fixed
- Fix Features type in RouterVxNet.
## [v2.0.0-alpha.3] - 2017-01-15
### Changed
@ -28,5 +34,6 @@ 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.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
[v2.0.0-alpha.2]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.1...v2.0.0-alpha.2

View File

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