Changelog: Add entry about changing agent binaries' download URL

This commit is contained in:
Shreya Malviya 2022-06-02 17:54:45 +05:30
parent 662fc6b50e
commit 235e664485
1 changed files with 2 additions and 0 deletions

View File

@ -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/<string:os>" to
"/api/agent-binaries/<string:os>". #1978
### Removed
- VSFTPD exploiter. #1533