Skip to content

Commit

Permalink
Merge pull request #204 from carbonblack/release-1.3.2
Browse files Browse the repository at this point in the history
Release 1.3.2
  • Loading branch information
abowersox-cb authored Aug 9, 2021
2 parents 3b12803 + e28301b commit 4a3a0c0
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# VMware Carbon Black Cloud Python SDK

**Latest Version:** 1.3.1
**Latest Version:** 1.3.2
<br>
**Release Date:** 15 June 2021
**Release Date:** 10 August 2021

[![Coverage Status](https://coveralls.io/repos/github/carbonblack/carbon-black-cloud-sdk-python/badge.svg?t=Id6Baf)](https://coveralls.io/github/carbonblack/carbon-black-cloud-sdk-python)
[![Codeship Status for carbonblack/carbon-black-cloud-sdk-python](https://app.codeship.com/projects/9e55a370-a772-0138-aae4-129773225755/status?branch=develop)](https://app.codeship.com/projects/402767)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1
1.3.2
18 changes: 18 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
Changelog
================================
CBC SDK 1.3.2 - Released August 10, 2021
--------------------------------

New Features:

* Added asynchronous query options to Live Response APIs.
* Added functionality for Watchlists, Reports, and Feeds to simplify developer interaction.

Updates:

* Added documentation on the mapping between permissions and Live Response commands.

Bug Fixes:

* Fixed an error using the STIX/TAXII example with Cabby.
* Fixed a potential infinite loop in getting detailed search results for enriched events and processes.
* Comparison now case-insensitive on UBS download.

CBC SDK 1.3.1 - Released June 15, 2021
--------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = 'Developer Relations'

# The full version, including alpha/beta/rc tags
release = '1.3.1'
release = '1.3.2'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020-2021 VMware Carbon Black'
__version__ = '1.3.1'
__version__ = '1.3.2'

from .rest_api import CBCloudAPI
from .cache import lru

0 comments on commit 4a3a0c0

Please sign in to comment.