File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 2.0.4 (July 11, 2023)
2+ * Version Bump to PENG-2344: Zone resource no longer returns record information
3+ * Fixed bug in NotifyList headers
4+
15## 2.0.2 (March 14, 2023)
26Version Bump to fix tagging issue
37
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/hashicorp/go-retryablehttp v0.7.2
88 github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.1
99 github.com/stretchr/testify v1.8.1
10- gopkg.in/ns1/ns1-go.v2 v2.7.5
10+ gopkg.in/ns1/ns1-go.v2 v2.7.7
1111)
1212
1313require (
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8
250250gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
251251gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk =
252252gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c /go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q =
253- gopkg.in/ns1/ns1-go.v2 v2.7.5 h1:tE4SLOAFx2YXawh6MPv57lmlaBFUTyxSYOWKOGDgkM4 =
254- gopkg.in/ns1/ns1-go.v2 v2.7.5 /go.mod h1:GMnKY+ZuoJ+lVLL+78uSTjwTz2jMazq6AfGKQOYhsPk =
253+ gopkg.in/ns1/ns1-go.v2 v2.7.7 h1:rf5wQ+TZXKMjik/KJ/0c6McjyJBkThDtLvYLex/xdEI =
254+ gopkg.in/ns1/ns1-go.v2 v2.7.7 /go.mod h1:pfaU0vECVP7DIOr453z03HXS6dFJpXdNRwOyRzwmPSc =
255255gopkg.in/warnings.v0 v0.1.2 h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME =
256256gopkg.in/warnings.v0 v0.1.2 /go.mod h1:jksf8JmL6Qr/oQM2OXTHunEvvTAsrWBLb6OOjuVWRNI =
257257gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919)
2020
2121var (
22- clientVersion = "2.0.3 "
22+ clientVersion = "2.0.4 "
2323 providerUserAgent = "tf-ns1" + "/" + clientVersion
2424 defaultRetryMax = 3
2525)
You can’t perform that action at this time.
0 commit comments