diff --git a/README.md b/README.md index 119a355397..9cee5bd4dc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![PODMAN logo](logo/podman-logo-source.svg) # libpod - library for running OCI-based containers in Pods -### Latest Version: 0.9.3 +### Latest Version: 0.9.3.1 ### Status: Active Development ## What is the scope of this project? diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c1a966b80a..f411ad28a0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 0.9.3.1 +### Bugfixes +- Fixed a critical issue where SELinux contexts set on tmpfs volumes were causing runc crashes + ## 0.9.3 ### Features - Added a flag to `libpod.conf`, `label`, to globally enable/disable SELinux labelling for libpod