Skip to content

Commit

Permalink
release 2.0.0-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
eravin-ns1 committed Jan 17, 2023
1 parent a18dd2c commit 43f8572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-pre1 (release pending)
## 2.0.0-pre1 (January 18, 2023)
ENHANCEMENTS

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

instead of:
instead of the previous syntax:
```
default_config = {
```
Expand Down
2 changes: 1 addition & 1 deletion ns1/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
clientVersion = "2.0.0-pre1" // placeholder version until we release
clientVersion = "2.0.0-pre1"
providerUserAgent = "tf-ns1" + "/" + clientVersion
defaultRetryMax = 3
)
Expand Down

0 comments on commit 43f8572

Please sign in to comment.