From 176306bd9c8fb4c9bc6857a3e58af1c127ac76f3 Mon Sep 17 00:00:00 2001 From: Rodny Molina Date: Fri, 26 Mar 2021 20:19:13 -0400 Subject: [PATCH] Release v0.3.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d693d9b0..9d81b613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [0.3.0] - unreleased +## [0.3.0] - 2021-03-26 ### Added * Secured system container initial mounts (mount/remount/unmounts on these from within the container are now restricted). See [here](docs/user-guide/security.md#initial-mount-immutability) for details. * Improved Sysbox systemd service unit files (dependencies, open-file limits).