From 10f069d3cde8c046483b0553493c529b6a2685f4 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 16 Jun 2022 09:52:05 -0400 Subject: [PATCH] Changelog: Add issue number to `GET /api/island/ip-addresses` entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f95b5b33..5fd696565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/). - "GET /api/propagation-credentials/" endpoint for agents to retrieve updated credentials from the Island. #1538 - "GET /api/island/ip-addresses" endpoint to get IP addresses of the Island server - network interfaces + network interfaces. #1996 - SSHCollector as a configurable System info Collector. #1606 - deployment_scrips/install-infection-monkey-service.sh to install an AppImage as a service. #1552