Skip to content

Commit

Permalink
v1.17.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Terraform SDK CircleCI committed Apr 22, 2021
1 parent 26077b6 commit 73fed24
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,8 +1,8 @@
# 1.17.1 (Unreleased)
# 1.17.1 (April 22, 2021)

BUG FIXES:

* Backported #667, fixing a bug where timeouts would silently not be applied and would use defaults instead after upgrading to 1.17.0. [GH-748]
* Backported #667, fixing a bug where timeouts would silently not be applied and would use defaults instead after upgrading to 1.17.0. ([#748](https://github.com/hashicorp/terraform-plugin-sdk/issues/748))

# 1.17.0 (April 16, 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.17.0"
var SDKVersion = "1.17.1"

// 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 73fed24

Please sign in to comment.