Skip to content

Commit 4bed3b0

Browse files
committed
Bump version and added release notes
1 parent 1707eb0 commit 4bed3b0

File tree

2 files changed

+19
-5
lines changed

2 files changed

+19
-5
lines changed

docs/changelog.rst

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
CbAPI Changelog
22
===============
33

4+
CbAPI 1.5.2 - Released September 9, 2019
5+
----------------------------------------
6+
7+
Updates
8+
9+
* CB Response
10+
* Add support for max_children on Process search
11+
* CB LiveOps
12+
* Add LQ device summaries
13+
* Add faceting for LQ results and LQ device summaries
14+
* Add LQ run history
15+
* CB ThreatHunter
16+
* Fix an invalid search job creation
17+
418
CbAPI 1.5.1 - Released July 23, 2019
519
----------------------------------------
620

@@ -18,10 +32,10 @@ CbAPI 1.5.0 - Released July 23, 2019
1832
Updates
1933

2034
* CB LiveOps
21-
* Start new LiveQuery (LQ) runs
35+
* Start new LiveQuery (LQ) runs
2236
* Fetch LQ results
2337
* View LQ run status
24-
* Filter on LQ results
38+
* Filter on LQ results
2539
* PSC Org Key Management
2640
* Added support for org key management within CBAPI
2741
* Credentials utility for org keys
@@ -44,7 +58,7 @@ Updates
4458
* Org-based process search
4559
* Org-based event search
4660
* Org-based tree queries
47-
* Minor updates for Python3 Compatibility
61+
* Minor updates for Python3 Compatibility
4862

4963
Examples
5064

@@ -72,7 +86,7 @@ Updates
7286

7387
* CB ThreatHunter - Feed fixes `#156 <https://github.com/carbonblack/cbapi-python/pull/156>`_
7488
* CB Response - Change Alert model object to use v2 route `#155 <https://github.com/carbonblack/cbapi-python/pull/155>`_
75-
* CB Response - Only view active LR sessions `#154 <https://github.com/carbonblack/cbapi-python/pull/154>`_
89+
* CB Response - Only view active LR sessions `#154 <https://github.com/carbonblack/cbapi-python/pull/154>`_
7690
* Removing refs to VT alliance feeds `#144 <https://github.com/carbonblack/cbapi-python/pull/144>`_
7791

7892
Examples

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name='cbapi',
41-
version='1.5.1',
41+
version='1.5.2',
4242
url='https://github.com/carbonblack/cbapi-python',
4343
license='MIT',
4444
author='Carbon Black',

0 commit comments

Comments
 (0)