Skip to content

Commit

Permalink
Release v1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Brunt committed Nov 15, 2024
1 parent a0ee878 commit c7054a9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Carbon Black Cloud Python SDK

**Latest Version:** 1.5.6
**Latest Version:** 1.5.7
<br>
**Release Date:** July 26, 2024

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.6
1.5.7
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
Changelog
=========

CBC SDK 1.5.7 - Released November 15, 2024
--------------------------------------

Bug Fixes:

* Update search_validation to new API
* Add additional fetch option for process_sha256

CBC SDK 1.5.6 - Released July 26, 2024
--------------------------------------

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.5.6'
release = '1.5.7'


# -- 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 @@ -15,7 +15,7 @@
__author__ = 'Carbon Black Developer Network'
__license__ = 'MIT'
__copyright__ = 'Copyright 2020-2024 Broadcom Inc. Carbon Black'
__version__ = '1.5.6'
__version__ = '1.5.7'

from .rest_api import CBCloudAPI
from .cache import lru

0 comments on commit c7054a9

Please sign in to comment.