From bd02cc83706a73e980aab02e880d10b0b5cd2ec2 Mon Sep 17 00:00:00 2001 From: Christy Jacob Date: Thu, 13 May 2021 20:36:10 +0530 Subject: [PATCH] feat: added changelog --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 89f4609190..e44d04c8bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,7 @@ - Added a new env var named `_APP_LOCALE` that allow to change the default `en` locale value (#1056) - Updated all the console bottom control to be consistent. Dropped the `+` icon (#1062) - Added Response Models for Documents and Preferences (#1075, #1102) +- Added new endpoint to update team membership roles (#1142) ## Bugs