From ac4fff416318bf0915a0ab80e062a99ef3724334 Mon Sep 17 00:00:00 2001 From: Sander van Harmelen Date: Fri, 14 Dec 2018 21:18:58 +0000 Subject: [PATCH] v0.11.11 --- CHANGELOG.md | 10 +++++----- version/version.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a2668f309d..1866d50ab932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -## 0.11.11 (Unreleased) +## 0.11.11 (December 14, 2018) IMPROVEMENTS: -* backend/remote: Return detailed version (in)compatibility information [GH-19659] -* core: Enhance service discovery error handling and messaging [GH-19589] -* core: Add support to retrieve version constraints to service discovery [GH-19647] +* backend/remote: Return detailed version (in)compatibility information ([#19659](https://github.com/hashicorp/terraform/issues/19659)) +* core: Enhance service discovery error handling and messaging ([#19589](https://github.com/hashicorp/terraform/issues/19589)) +* core: Add support to retrieve version constraints to service discovery ([#19647](https://github.com/hashicorp/terraform/issues/19647)) BUG FIXES: -* backend/remote: Fix symlink issues and Windows support when uploading configurations [GH-19573] +* backend/remote: Fix symlink issues and Windows support when uploading configurations ([#19573](https://github.com/hashicorp/terraform/issues/19573)) ## 0.11.10 (October 23, 2018) diff --git a/version/version.go b/version/version.go index 64dd2e79a487..f9bfa0fb3fae 100644 --- a/version/version.go +++ b/version/version.go @@ -16,7 +16,7 @@ var Version = "0.11.11" // 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 Prerelease = "dev" +var Prerelease = "" // SemVer is an instance of version.Version. This has the secondary // benefit of verifying during tests and init time that our version is a