Browse Source

add integration tests

Signed-off-by: 高汝彤 <rutong.grt@alibaba-inc.com>
高汝彤 8 years ago
parent
commit
cd2b47a020
2 changed files with 10 additions and 1 deletions
  1. 9 0
      ChangeLog.txt
  2. 1 1
      README.md

+ 9 - 0
ChangeLog.txt

@@ -1,6 +1,15 @@
+2018-01-04 Version: 0.7.4
+1, Add integration tests
+
 2018-01-04 Version: 0.7.3
 1, Remove get entity info API, replaced by get entity instance.
 
+2018-01-03 Version: 0.7.2
+1, Bug fix: fix the ecs unmarshal bug
+
+2018-01-03 Version: 0.7.1
+1, Bug fix: fix the unmarshal bug
+
 2017-12-29 Version: 0.7.0
 1, First release for Domain-intl.
 2, Add interfaces for domain name registration and management.

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ go get -u github.com/aliyun/alibaba-cloud-sdk-go/sdk
 glide get github.com/aliyun/alibaba-cloud-sdk-go
 ```
 
-另外,阿里云Java SDK也会发布在 https://develop.aliyun.com/tools/sdk#/go 这个地址。
+另外,阿里云Go SDK也会发布在 https://develop.aliyun.com/tools/sdk#/go 这个地址。
 
 ## 开始调用
 以下这个代码示例向您展示了调用阿里云GO SDK的3个主要步骤: