Skip to content

Commit 0d4826e

Browse files
authored
F prepare next release 0.6.2 (#400)
* Release v0.6.2 * Prepare for next release
1 parent 5340823 commit 0d4826e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## UNRELEASED
22

3-
IMPROVEMENTS:
3+
## 0.6.2 (December 16, 2024)
44

5+
IMPROVEMENTS:
56

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

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var (
1717
//
1818
// Version must conform to the format expected by
1919
// github.com/hashicorp/go-version for tests to work.
20-
Version = "0.6.2"
20+
Version = "0.6.3"
2121

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

0 commit comments

Comments
 (0)