Skip to content

Commit

Permalink
Relese v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig committed Aug 14, 2023
1 parent d76d6f0 commit ef9cf4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## UNRELEASED

## 0.5.1 (August 14, 2023)

* api: Address a backwards incompatible change in Podman 4.6.0 preventing jobs from restarting [[GH-278](https://github.com/hashicorp/nomad-driver-podman/pull/278)]

## 0.5.0 (July 19, 2023)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
// 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
// such as "dev" (in development), "beta.1", "rc1.1", etc.
VersionPrerelease = "dev"
VersionPrerelease = ""

// VersionMetadata is metadata further describing the build type.
VersionMetadata = ""
Expand Down

0 comments on commit ef9cf4b

Please sign in to comment.