From addb797acc317aba2994e4d9ad365237c857a50a Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 19 Jul 2018 13:23:31 -0400 Subject: [PATCH] CHANGELOG for v2.9.3 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48a59ef4..5a5a3ef0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v2.9.3 + +- Fixed: Changed to using v4 of Gitlab API now that v3 has been deprecated and removed (#3110) + ### v2.9.2 **IMPORTANT NOTE:** This release fixes a bug in which the deletion of namespaces did not result in the deletion of robot accounts under that namespace. While this is not a security issue (no permissions or credentials are leaked), it can appear unusual to users, so an upgrade is highly recommended. This change also includes a migration that cleans up the aforementioned robot accounts, so the migration step can take **several minutes**. Please plan accordingly.