This commit is contained in:
James Bardin 2017-08-16 17:25:37 +00:00
parent 98171102d9
commit a1d06eb973
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
## 0.10.2 (Unreleased)
## 0.10.2 (August 16, 2017)
BUG FIXES:
* tools/terraform-bundle: Add missing Ui to ProviderInstaller (fix crash) [GH-15826]
* tools/terraform-bundle: Add missing Ui to ProviderInstaller (fix crash) ([#15826](https://github.com/hashicorp/terraform/issues/15826))
* go-plugin: crash when server emits non-key-value JSON ([go-plugin#43](https://github.com/hashicorp/go-plugin/pull/43))
## 0.10.1 (August 15, 2017)

View File

@ -12,7 +12,7 @@ const Version = "0.10.2"
// 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
// such as "dev" (in development), "beta", "rc1", etc.
var VersionPrerelease = "dev"
var VersionPrerelease = ""
// SemVersion is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a