File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to QingCloud SDK for Go will be documented in this file.
3
3
4
+ ## [ v2.0.0-alpha.3] - 2017-01-15
5
+
6
+ ### Changed
7
+
8
+ - Fix request signer.
9
+
4
10
## [ v2.0.0-alpha.2] - 2017-01-05
5
11
6
12
### Changed
@@ -22,4 +28,5 @@ All notable changes to QingCloud SDK for Go will be documented in this file.
22
28
23
29
- QingCloud SDK for the Go programming language.
24
30
31
+ [ v2.0.0-alpha.3 ] : https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.2...v2.0.0-alpha.3
25
32
[ v2.0.0-alpha.2 ] : https://github.com/yunify/qingcloud-sdk-go/compare/v2.0.0-alpha.1...v2.0.0-alpha.2
Original file line number Diff line number Diff line change 20
20
package sdk
21
21
22
22
// Version number.
23
- const Version = "2.0.0-alpha.2 "
23
+ const Version = "2.0.0-alpha.3 "
You can’t perform that action at this time.
0 commit comments