From 5147f4fd627629582f0d6dcd6db8833d8d3f0aab Mon Sep 17 00:00:00 2001 From: letty Date: Fri, 9 Mar 2018 14:20:03 +0800 Subject: [PATCH] doc: add changelog for version 0.2.1 Signed-off-by: letty --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3187a29b..8fc097beb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -# CHANGELOG +# CHANGELOG + +## 0.2.1 (2018-03-09) + +### Network + +* Support port mapping and exposed ports in container + +### Bugfix + +* Fix project quota can't be set on kernel-4.9 +* Fix rich container mode can't find binary in PATH ## 0.2.0 (2018-03-02) @@ -63,4 +74,4 @@ Initial experiemental release for public * Be consistent with Moby's 1.12.6 API * Support basic network management and volume management * Make Pouch run as a system service -* Make Pouch installed on distribution CentOS 7.2 and Ubuntu 16.04 \ No newline at end of file +* Make Pouch installed on distribution CentOS 7.2 and Ubuntu 16.04