Skip to content

Commit 5ca243a

Browse files
committed
release v1.55.1
1 parent ad12d08 commit 5ca243a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 1.55.1 (Unreleased)
1+
## 1.55.2 (Unreleased)
2+
## 1.55.1 (March 26, 2021)
23

34
ENHANCEMENTS:
45
* Resource: `tencentcloud_tcr_vpc_attachment` add more time for retry.

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.55.0"
13+
const ReqClient = "Terraform-v1.55.1"
1414

1515
type LogRoundTripper struct {
1616
}

0 commit comments

Comments
 (0)