Skip to content

Commit bf29ee9

Browse files
committed
release 1.13.3
1 parent b78d791 commit bf29ee9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.13.2 (December 21, 2022)
1+
## 1.13.3 (December 21, 2022)
22
ENHANCEMENTS
33

44
* The [Hashicorp go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) package is now used by default to retry requests when encountering 502/503 errors or connection errors.

ns1/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
var (
22-
clientVersion = "1.13.2"
22+
clientVersion = "1.13.3"
2323
providerUserAgent = "tf-ns1" + "/" + clientVersion
2424
defaultRetryMax = 3
2525
)

0 commit comments

Comments
 (0)