From 07022f001f71c414265a3305c4bafdc684b292e8 Mon Sep 17 00:00:00 2001 From: srahul3 Date: Tue, 24 Sep 2024 11:54:13 +0530 Subject: [PATCH] Release PR --- CHANGELOG.md | 5 +++++ version/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f48d3..e94ec8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.8.0 (Sep 24, 2024) + +IMPROVEMENTS: +* Add support for Admin-Partitions [[GH-259](https://github.com/hashicorp/consul-esm/pull/281)] + ## v0.7.2 (May 22, 2024) BUG FIXES: diff --git a/version/version.go b/version/version.go index a13f869..b5f7560 100644 --- a/version/version.go +++ b/version/version.go @@ -25,7 +25,7 @@ var ( // Version is the main version number that is being run at the moment. // Note: our current release process does a pattern match on this variable. - Version = "0.7.2" + Version = "0.8.0" // VersionPrerelease is a pre-release marker for the version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this