diff --git a/README.md b/README.md index 694ea361..66b2bc5c 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python bindings for Carbon Black REST API -**Latest Version: 1.4.3** +**Latest Version: 1.4.5** These are the new Python bindings for the Carbon Black Enterprise Response and Enterprise Protection REST APIs. To learn more about the REST APIs, visit the Carbon Black Developer Network Website at https://developer.carbonblack.com. diff --git a/docs/changelog.rst b/docs/changelog.rst index 1af7f1f5..903b9a6b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,5 +1,53 @@ CbAPI Changelog =============== + +CbAPI 1.4.5 - Released July 11, 2019 +---------------------------------------- + +Updates + +* CB ThreatHunter + * Route updates for process search, feed management, watchlist management + * Enforce org_key presence + * Org-based process search + * Org-based event search + * Org-based tree queries +* Minor updates for Python3 Compatibility + +Examples + +* Updated CB TH Process Search Example +* Added process_guid to process_tree example for ThreatHunter + +CbAPI 1.4.4 - Released July 3, 2019 +---------------------------------------- + +Updates + +* Carbon Black UBS Support PR `#142 `_ +* CB Response - Fixing bulk update for Alerts to use v1 route +* Updates to use yaml safe_load `#157 `_ + +Examples + +* Refactored Carbon Black ThreatHunter examples +* Added process_guid to process_tree example for ThreatHunter + +CbAPI 1.4.3 - Released May 7, 2019 +---------------------------------------- + +Updates + +* CB ThreatHunter - Feed fixes `#156 `_ +* CB Response - Change Alert model object to use v2 route `#155 `_ +* CB Response - Only view active LR sessions `#154 `_ +* Removing refs to VT alliance feeds `#144 `_ + +Examples + +* CB Defense - Create list_events_with_cmdline_csv.py `#152 `_ +* CB Defense - Updated import link to proper module `#148 `_ + CbAPI 1.4.2 - Released March 27, 2019 ---------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 3775da09..527728f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,7 +61,7 @@ # The short X.Y version. version = u'1.4' # The full version, including alpha/beta/rc tags. -release = u'1.4.4' +release = u'1.4.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index a9cf5b1d..14cf3dd5 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( name='cbapi', - version='1.4.4', + version='1.4.5', url='https://github.com/carbonblack/cbapi-python', license='MIT', author='Carbon Black',