Skip to content

Commit 039856a

Browse files
committed
release v1.53.2
1 parent 0070a6a commit 039856a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 1.53.2 (Unreleased)
1+
## 1.53.3 (Unreleased)
2+
## 1.53.2 (February 01, 2021)
23

34
ENHANCEMENTS:
45

@@ -9,7 +10,6 @@ BUG FIXES:
910
* Resource: `tencentcloud_cos_bucket` fix bug that error happens when applying unsupported logging region.
1011
* Resource: `tencentcloud_as_scaling_policy` fix bug that missing required parameters error happened when update metric parameters.
1112

12-
1313
## 1.53.1 (January 23, 2021)
1414

1515
ENHANCEMENTS:

tencentcloud/connectivity/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"time"
1111
)
1212

13-
const ReqClient = "Terraform-v1.53.1"
13+
const ReqClient = "Terraform-v1.53.2"
1414

1515
type LogRoundTripper struct {
1616
}

0 commit comments

Comments
 (0)