From f7dcc34a91f8cbee8a3ce6e7c358698de5a725cd Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Tue, 5 Apr 2016 15:07:55 -0700 Subject: [PATCH] Adds release notes for 1.0.3 --- release_notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/release_notes.md b/release_notes.md index 9d1c6789c5..a3a5dacd18 100644 --- a/release_notes.md +++ b/release_notes.md @@ -12,6 +12,11 @@ weight="99" # UCP Release Notes +## Version 1.0.3 + +Fixes a bug introduced by version 1.0.2 that was causing problems when a user +navigated to their profile page. + ## Version 1.0.2 **Security update** @@ -19,6 +24,12 @@ weight="99" Fixes a security issue by which a non-admin user account can gain admin-level privileges via the UCP API. +**Known issues** + +Non-admin users might have an error when navigating to their profile page. This +happens when the user is part of a team that has a label applied to it. + + ## Version 1.0.1 **Features**