diff --git a/CHANGELOG.md b/CHANGELOG.md index e23286199..09414a058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/terraform/version.go b/terraform/version.go index e5446f894..de9296a2a 100644 --- a/terraform/version.go +++ b/terraform/version.go @@ -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