Skip to content

Commit 43f8572

Browse files
committed
release 2.0.0-pre1
1 parent a18dd2c commit 43f8572

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 2.0.0-pre1 (release pending)
1+
## 2.0.0-pre1 (January 18, 2023)
22
ENHANCEMENTS
33

44
* Upgraded to Terraform SDK 2.24.1. Users of Pulsar will need to make minor changes in their resource files, see below.
@@ -22,7 +22,7 @@ resource "ns1_application" "it" {
2222
}
2323
```
2424

25-
instead of:
25+
instead of the previous syntax:
2626
```
2727
default_config = {
2828
```

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.0-pre1" // placeholder version until we release
22+
clientVersion = "2.0.0-pre1"
2323
providerUserAgent = "tf-ns1" + "/" + clientVersion
2424
defaultRetryMax = 3
2525
)

0 commit comments

Comments
 (0)