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