From d01c5f8d0310e3ed4b39c44f64d405a5cf4b739d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 19 Jun 2020 15:34:22 +0200 Subject: [PATCH] chg: Bump changelog --- CHANGELOG.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 286a84c..41f6dce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,6 +2,27 @@ Changelog ========= +v2.4.127.1 (2020-06-19) +----------------------- + +New +~~~ +- Optionally include deleted attributes/objects in feed. [Raphaël Vinot] + +Changes +~~~~~~~ +- Bump version. [Raphaël Vinot] +- Bump misp-objects. [Raphaël Vinot] +- Add test case for get event deleted. [Raphaël Vinot] +- Add test case for search deleted. [Raphaël Vinot] +- Update comments for search. [Raphaël Vinot] + +Fix +~~~ +- Keep deleted key in MISPObject and MISPObjectAttribute. [Raphaël + Vinot] + + v2.4.127 (2020-06-16) --------------------- @@ -16,6 +37,7 @@ New Changes ~~~~~~~ +- Bump Changelog. [Raphaël Vinot] - Rename master -> main. [Raphaël Vinot] - Bump changelog. [Raphaël Vinot] - Bump version. [Raphaël Vinot]