From 767cc8fa3e3ea0ca7991cc95f6512a00f2400bcd Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 2 Aug 2022 13:16:32 +0530 Subject: [PATCH] Changelog: Add enty for auth and registration endpoint renaming --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1974f561..c8a1738f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,6 +48,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - `/api/version-update` to `api/island/version`. #2109 - The `/api/island-mode` to `/api/island/mode`. #2106 - The `/api/log/island/download` endpoint to `/api/island/log`. #2107 +- The `/api/auth` endpoint to `/api/authenticate`. #2105 +- The `/api/registration` endpoint to `/api/register`. #2105 ### Removed - VSFTPD exploiter. #1533