From 235e664485127a2f0305a5eab6422bb1cf2de36b Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Thu, 2 Jun 2022 17:54:45 +0530 Subject: [PATCH] Changelog: Add entry about changing agent binaries' download URL --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d37d08b..9c95dfa50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - All "/api/monkey_control" endpoints to "/api/monkey-control". #1888 - All "/api/monkey" endpoints to "/api/agent". #1888 - Update MongoDB version to 4.4.x. #1924 +- Endpoint to get agent binaries from "/api/agent/download/" to + "/api/agent-binaries/". #1978 ### Removed - VSFTPD exploiter. #1533