Skip to content

Commit d2b44b5

Browse files
committed
release v1.53.4
1 parent 1023cb5 commit d2b44b5

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.4 (Unreleased)
1+
## 1.53.5 (Unreleased)
2+
## 1.53.4 (February 08, 2021)
23

34
ENHANCEMENTS:
45

@@ -10,7 +11,6 @@ BUG FIXES:
1011
* Resource: `tencentcloud_kubernetes_cluster_attachment` fix bug that only one extra argument set successfully.
1112
* Resource: `tencentcloud_as_scaling_policy` fix bug that missing required parameters error happened when update metric parameters.
1213

13-
1414
## 1.53.3 (February 02, 2021)
1515

1616
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.3"
13+
const ReqClient = "Terraform-v1.53.4"
1414

1515
type LogRoundTripper struct {
1616
}

0 commit comments

Comments
 (0)