From f7dcab37360a4c077a8cd0f5534c734c3cde14ff Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Thu, 23 May 2024 11:31:45 -0300 Subject: [PATCH] Now in the manager, when logging in with the client's apikey, the listing only shows the instance corresponding to the provided apikey (only with MongoDB) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 074fad8e..d30abd4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.8.0 (develop) + +### Feature + +* Now in the manager, when logging in with the client's apikey, the listing only shows the instance corresponding to the provided apikey (only with MongoDB) + # 1.7.5 (2024-05-21 08:50) ### Fixed