diff --git a/README.md b/README.md index bbf742f758..d8c089f34d 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.10.1.1 +### Latest Version: 0.10.1.2 ### Status: Active Development ## What is the scope of this project? diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4cd925f84c..6fe32129c2 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 0.10.1.2 +### Bugfixes +- Fixed cgroup mount for containers using systemd as init to work properly with the systemd cgroup manager + ## 0.10.1.1 ### Features - Added handling for running containers as users with numeric UIDs not present in the container's /etc/passwd. This allows getpwuid() to work inside these containers.