We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad12d08 commit 5ca243aCopy full SHA for 5ca243a
CHANGELOG.md
@@ -1,4 +1,5 @@
1
-## 1.55.1 (Unreleased)
+## 1.55.2 (Unreleased)
2
+## 1.55.1 (March 26, 2021)
3
4
ENHANCEMENTS:
5
* Resource: `tencentcloud_tcr_vpc_attachment` add more time for retry.
tencentcloud/connectivity/transport.go
@@ -10,7 +10,7 @@ import (
10
"time"
11
)
12
13
-const ReqClient = "Terraform-v1.55.0"
+const ReqClient = "Terraform-v1.55.1"
14
15
type LogRoundTripper struct {
16
}
0 commit comments