Skip to content

Commit 13194d6

Browse files
pengsrcAspire
authored and
Aspire
committed
Version 2.0.0-alpha.3
Signed-off-by: Jingwen Peng <[email protected]>
1 parent 567015c commit 13194d6

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,12 @@
11
# Change Log
22
All notable changes to QingCloud SDK for Go will be documented in this file.
33

4+
## [v2.0.0-alpha.3] - 2017-01-15
5+
6+
### Changed
7+
8+
- Fix request signer.
9+
410
## [v2.0.0-alpha.2] - 2017-01-05
511

612
### Changed
@@ -22,4 +28,5 @@ All notable changes to QingCloud SDK for Go will be documented in this file.
2228

2329
- QingCloud SDK for the Go programming language.
2430

31+
[v2.0.0-alpha.3]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.2...v2.0.0-alpha.3
2532
[v2.0.0-alpha.2]: https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.1...v2.0.0-alpha.2

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.2"
23+
const Version = "2.0.0-alpha.3"

0 commit comments

Comments
 (0)