diff --git a/CHANGELOG.md b/CHANGELOG.md index e60c82de4..493db417b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## UNRELEASED +## 0.3.3 (October 5, 2023) + IMPROVEMENTS: * build: Now builds with Go v1.21.1 [[GH-507](https://github.com/hashicorp/levant/pull/507)] * deps: Updated Nomad dependency to v1.6.2 [[GH-507](https://github.com/hashicorp/levant/pull/507)] diff --git a/version/version.go b/version/version.go index 1ed16da0e..a541abc27 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,7 @@ var ( // Version must conform to the format expected by // github.com/hashicorp/go-version for tests to work. - Version = "0.3.3" + Version = "0.3.4" // VersionPrerelease is the marker for the version. If this is "" // (empty string) then it means that it is a final release. Otherwise, this