Skip to content

Commit 0cc313c

Browse files
committed
update versions and changelog
1 parent e0d867b commit 0cc313c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.9 (October 11, 2023)
2+
ENHANCEMENTS
3+
* Added support for zone and record tags
4+
BUG FIX
5+
* Updated test host names
6+
17
## 2.0.7 (September 19, 2023)
28
ENHANCEMENTS
39
* Added support for more record types (CERT, CSYNC, DHCID, HTTPS, SMIMEA, SVCB & TLSA)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.9
10+
gopkg.in/ns1/ns1-go.v2 v2.7.12
1111
)
1212

1313
require (

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 = "2.0.7"
22+
clientVersion = "2.0.9"
2323
providerUserAgent = "tf-ns1" + "/" + clientVersion
2424
defaultRetryMax = 3
2525
)

0 commit comments

Comments
 (0)