From a116cb07f9ab77e48c51f676aebad20caf95fa68 Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand <benjamin.bertrand@ess.eu> Date: Mon, 3 Feb 2020 17:27:47 +0100 Subject: [PATCH] Version 0.29.0 --- CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f2f2640..a3ad259 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,16 @@ Changelog ========= +Version 0.29.0 (2020-02-03) +--------------------------- + +- Add MAC address column to hosts table (INFRA-1669) +- Restrict view of networks and scopes to admin only (INFRA-1671) +- Add sensitive field to Network class (INFRA-1671) +- Filter out sensitive hosts for non admin users (INFRA-1671) +- Add API endpoint and view to update network (INFRA-1724) +- Make pages title more explicit (INFRA-1726) + Version 0.28.0 (2019-12-19) --------------------------- -- GitLab