diff --git a/CHANGELOG.md b/CHANGELOG.md index 74788ea84..741ad4a41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0beta (UNRELEASED) +## 1.0.0 (UNRELEASED) BREAKING CHANGES: diff --git a/version/version.go b/version/version.go index 612c3c098..21f86c8ee 100644 --- a/version/version.go +++ b/version/version.go @@ -15,7 +15,7 @@ var ( // // Version must conform to the format expected by github.com/hashicorp/go-version // for tests to work. - Version = "0.9.4" + Version = "1.0.0" // 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