Skip to content

Commit 9ea8570

Browse files
avanbrunt-cbGitHub Enterprise
authored andcommitted
Merge pull request #3 from SED/release-2.0.6
Add release 2.0.6
2 parents d358bf0 + f9d8ad1 commit 9ea8570

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The following fields are available for building the Syslog header
304304
* `{{datetime_legacy}}` - Uses current time with format e.g. Jan 18 11:07:53
305305
* `{{vendor}}` - CarbonBlack
306306
* `{{product}}` - CBCSyslog
307-
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.5
307+
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.6
308308

309309

310310
For the available Alert fields see [Search Fields - Alerts](https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alert-search-fields)

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## Version 2.0.6
5+
6+
**Bug Fixes**
7+
* Add catch for epoch time transform with milliseconds
8+
49
## Version 2.0.5
510

611
**NEW:**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
setup(
4343
name="cbc_syslog",
44-
version="2.0.5",
44+
version="2.0.6",
4545
install_requires=install_requires,
4646
extras_require=extras_require,
4747
package_dir={"": "src"},

src/cbc_syslog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
__author__ = 'Carbon Black Developer Network'
1616
__license__ = 'MIT'
1717
__copyright__ = 'Copyright 2018-2024 Broadcom Inc. Carbon Black.'
18-
__version__ = '2.0.5'
18+
__version__ = '2.0.6'
1919

2020
from .core import poll, check, history, wizard, convert
2121

0 commit comments

Comments
 (0)