From 0d4826ef85e1df2fbc9eca49fa861d60e97438b3 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 17 Dec 2024 08:10:29 -0600 Subject: [PATCH] F prepare next release 0.6.2 (#400) * Release v0.6.2 * Prepare for next release --- CHANGELOG.md | 3 ++- version/version.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7932174f..e2ffea89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## UNRELEASED -IMPROVEMENTS: +## 0.6.2 (December 16, 2024) +IMPROVEMENTS: * config: Allow setting `security_opt` option. [[GH-382](https://github.com/hashicorp/nomad-driver-podman/pull/382)] * config: Add `socket` stanza to allow multiple Podman sockets to be used. [[GH-371](https://github.com/hashicorp/nomad-driver-podman/pull/371)] diff --git a/version/version.go b/version/version.go index 34d6d259..2bc2f1a0 100644 --- a/version/version.go +++ b/version/version.go @@ -17,7 +17,7 @@ var ( // // Version must conform to the format expected by // github.com/hashicorp/go-version for tests to work. - Version = "0.6.2" + Version = "0.6.3" // 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