Skip to content

Commit

Permalink
Update API DescribePrice: update response param.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Jul 23, 2024
1 parent 535aea0 commit a357d68
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 63 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2024-07-23 Version: v7.0.0
- Update API DescribePrice: update response param.


2024-07-03 Version: v6.1.0
- Support API CreateDBInstanceSecurityGroupRule.
- Support API DeleteDBInstanceSecurityGroupRule.
Expand Down
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## 安装
你可以使用 `go mod` 来管理你的依赖,
```sh
go get github.com/alibabacloud-go/rds-20140815/v6
go get github.com/alibabacloud-go/rds-20140815/v7
```

## 问题
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ English | [简体中文](README-CN.md)
If you use `go mod` to manage your dependence, you can use the following command:

```sh
$ go get github.com/alibabacloud-go/rds-20140815/v6
$ go get github.com/alibabacloud-go/rds-20140815/v7
```

## Issues
Expand Down
Loading

0 comments on commit a357d68

Please sign in to comment.