diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 94288e5cce..34ce6c50f0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Release Notes +## 4.3.1 +### Bugfixes +- Fixed a deadlock between the `podman ps` and `podman container inspect` commands + +### Misc +- Updated the containers/image library to v5.23.1 + ## 4.3.0 ### Features - A new command, `podman generate spec`, has been added, which creates a JSON struct based on a given container that can be used with the Podman REST API to create containers. diff --git a/version/version.go b/version/version.go index c7bb956974..1cfc178d95 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ const ( // NOTE: remember to bump the version at the top // of the top-level README.md file when this is // bumped. -var Version = semver.MustParse("4.3.1-dev") +var Version = semver.MustParse("4.3.2-dev") // See https://docs.docker.com/engine/api/v1.40/ // libpod compat handlers are expected to honor docker API versions