Skip to content

Commit

Permalink
v1.17.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Apr 16, 2021
1 parent 266d432 commit 648b15a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 1.17.0 (Unreleased)
# 1.17.0 (April 16, 2021)

ENHANCEMENTS:

* Backported #732, allowing providers to opt into using json.Number for numbers coming from state [GH-732]
* Backported #733, allowing provider acceptance tests to be run against Terraform 0.15 [GH-733]
* Backported #732, allowing providers to opt into using json.Number for numbers coming from state ([#732](https://github.com/hashicorp/terraform-plugin-sdk/issues/732))
* Backported #733, allowing provider acceptance tests to be run against Terraform 0.15 ([#733](https://github.com/hashicorp/terraform-plugin-sdk/issues/733))

# 1.16.1 (March 24, 2021)

Expand Down
2 changes: 1 addition & 1 deletion meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

// The main version number that is being run at the moment.
var SDKVersion = "1.16.1"
var SDKVersion = "1.17.0"

// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
Expand Down

0 comments on commit 648b15a

Please sign in to comment.