diff --git a/CHANGES b/CHANGES index ceb7fd0..57f812c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,20 +1,17 @@ -1.17.5 -______ -- Add endpoint scans filter by computer names - 1.17.4 ______ - Add verdict property to `UrlAnalysis` and `EndpointAnalysis` +- Add endpoint scans filter by computer names 1.17.3 ______ - - Raise `UrlOfflineError` when analyzing a url that seems offline. - - Don't set `composed_only` of `from_latest_hash_analysis` if not explicitly set. - - Add optional day limit to `from_latest_hash_analysis`. +- Raise `UrlOfflineError` when analyzing a url that seems offline. +- Don't set `composed_only` of `from_latest_hash_analysis` if not explicitly set. +- Add optional day limit to `from_latest_hash_analysis`. 1.17.2 ______ - - Support check availability. +- Support check availability. 1.17.1 ______ diff --git a/intezer_sdk/__init__.py b/intezer_sdk/__init__.py index 7b42c10..c92360e 100644 --- a/intezer_sdk/__init__.py +++ b/intezer_sdk/__init__.py @@ -1 +1 @@ -__version__ = '1.17.5' +__version__ = '1.17.4'