From 1bb751c132a823df3a6130859cfc21c152141ed3 Mon Sep 17 00:00:00 2001 From: Nitya Dhanushkodi Date: Wed, 22 May 2024 14:22:51 -0700 Subject: [PATCH] changelog and version bump for v0.7.2 (#263) --- CHANGELOG.md | 5 +++++ version/version.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5653101..e8f48d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.7.2 (May 22, 2024) + +BUG FIXES: +* fix updates for checks in namespaces [[GH-259](https://github.com/hashicorp/consul-esm/pull/259)] + ## v0.7.1 (Jan 09, 2023) BUG FIXES: diff --git a/version/version.go b/version/version.go index e17e028..a13f869 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.1" + Version = "0.7.2" // 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