Skip to content

Commit b025e7d

Browse files
author
Terraform SDK CircleCI
committed
v1.15.0 [skip ci]
1 parent f310b9e commit b025e7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 1.15.0 (Unreleased)
1+
# 1.15.0 (July 08, 2020)
22

33
FEATURES:
44

5-
* The binary test driver will now automatically install and verify the signature of a `terraform` binary if needed [GH-491]
5+
* The binary test driver will now automatically install and verify the signature of a `terraform` binary if needed ([#491](https://github.com/hashicorp/terraform-plugin-sdk/issues/491))
66

77
# 1.14.0 (June 17, 2020)
88

meta/meta.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// The main version number that is being run at the moment.
14-
var SDKVersion = "1.14.0"
14+
var SDKVersion = "1.15.0"
1515

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

0 commit comments

Comments
 (0)