Version 2.0.0-alpha.3

Signed-off-by: Jingwen Peng <pengsrc@yunify.com>
This commit is contained in:
Jingwen Peng 2017-01-15 16:49:12 +08:00 committed by Aspire
parent 567015c717
commit 13194d6008
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.3] - 2017-01-15
### Changed
- Fix request signer.
## [v2.0.0-alpha.2] - 2017-01-05
### Changed
@ -22,4 +28,5 @@ 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.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.2"
const Version = "2.0.0-alpha.3"