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 0150ffa commit dbee9baCopy full SHA for dbee9ba
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-# 1.8.0 (Unreleased)
+# 1.8.0 (March 11, 2020)
2
3
FEATURES:
4
5
-* helper/validation: `StringNotInSlice` [GH-341]
+* helper/validation: `StringNotInSlice` ([#341](https://github.com/hashicorp/terraform-plugin-sdk/issues/341))
6
7
# 1.7.0 (February 12, 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.7.0"
+var SDKVersion = "1.8.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