v0.5.0 [skip ci]
diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5f8fb..e5bbc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md
@@ -1,10 +1,10 @@ -# 0.5.0 (Unreleased) +# 0.5.0 (August 14, 2020) FEATURES: - - Version compatibility testing for `terraform show` [GH-41] + - Version compatibility testing for `terraform show` ([#41](https://github.com/hashicorp/terraform-plugin-sdk/issues/41)) BUG FIXES: - - Tolerate reversed `terraform version` output order [GH-47] + - Tolerate reversed `terraform version` output order ([#47](https://github.com/hashicorp/terraform-plugin-sdk/issues/47)) # 0.4.0 (July 30, 2020)
diff --git a/tfinstall/version.go b/tfinstall/version.go index 05d9c13..81b9fb0 100644 --- a/tfinstall/version.go +++ b/tfinstall/version.go
@@ -1,4 +1,4 @@ package tfinstall // Version is the tfinstall package version, used in user agent headers -const Version = "0.4.0" +const Version = "0.5.0"