From e16964034490d8c3438e2a8e0882ac8d8a0cc00b Mon Sep 17 00:00:00 2001 From: msever Date: Mon, 1 Jul 2024 02:38:00 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f7b96..add402d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ReversingLabs SDK Cookbook Change Log v1.1.0 (2024-06-24) ------------------- -#### Deprecations +#### Improvements - **Scenarios and Workflows** notebooks: - Added images directory with content and source for notebooks to use. @@ -16,5 +16,16 @@ v1.1.0 (2024-06-24) - **TitaniumCloud** notebooks: - Added Classification override example to `sample_management.ipynb` + + - User-Agent string is now read from `user_agent.json` + + +v1.2.0 (2024-07-01) +------------------- + #### Improvements - - User-Agent string is now read from `user_agent.json` \ No newline at end of file + +- **TitaniumCloud** notebooks: + - Added the `taxii_ransomware_feed.ipynb` notebook. + +