We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40aa10c commit 37c962bCopy full SHA for 37c962b
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-# 1.14.0 (Unreleased)
+# 1.14.0 (June 17, 2020)
2
3
FEATURES:
4
5
-* Bump hashicorp/go-plugin to v1.2.0 which should enable grpc reflection [GH-468]
+* Bump hashicorp/go-plugin to v1.2.0 which should enable grpc reflection ([#468](https://github.com/hashicorp/terraform-plugin-sdk/issues/468))
6
7
# 1.13.1 (June 04, 2020)
8
meta/meta.go
@@ -11,7 +11,7 @@ import (
11
)
12
13
// The main version number that is being run at the moment.
14
-var SDKVersion = "1.13.1"
+var SDKVersion = "1.14.0"
15
16
// A pre-release marker for the version. If this is "" (empty string)
17
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments