Skip to content

Commit 11c4b12

Browse files
committed
Release v0.6.2
1 parent 5340823 commit 11c4b12

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## UNRELEASED
1+
## 0.6.2 (December 16, 2024)
22

33
IMPROVEMENTS:
44

5-
65
* config: Allow setting `security_opt` option. [[GH-382](https://github.com/hashicorp/nomad-driver-podman/pull/382)]
76
* config: Add `socket` stanza to allow multiple Podman sockets to be used. [[GH-371](https://github.com/hashicorp/nomad-driver-podman/pull/371)]
87

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var (
2222
// A pre-release marker for the version. If this is "" (empty string)
2323
// then it means that it is a final release. Otherwise, this is a pre-release
2424
// such as "dev" (in development), "beta.1", "rc1.1", etc.
25-
VersionPrerelease = "dev"
25+
VersionPrerelease = ""
2626

2727
// VersionMetadata is metadata further describing the build type.
2828
VersionMetadata = ""

0 commit comments

Comments
 (0)