Skip to content

Commit

Permalink
Merge pull request #3 from SED/release-2.0.6
Browse files Browse the repository at this point in the history
Add release 2.0.6
  • Loading branch information
Alex Van Brunt authored and GitHub Enterprise committed Sep 27, 2024
2 parents d358bf0 + f9d8ad1 commit 9ea8570
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ The following fields are available for building the Syslog header
* `{{datetime_legacy}}` - Uses current time with format e.g. Jan 18 11:07:53
* `{{vendor}}` - CarbonBlack
* `{{product}}` - CBCSyslog
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.5
* `{{product_version}}` - Current CBC Syslog version e.g. 2.0.6


For the available Alert fields see [Search Fields - Alerts](https://developer.carbonblack.com/reference/carbon-black-cloud/platform/latest/alert-search-fields)
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## Version 2.0.6

**Bug Fixes**
* Add catch for epoch time transform with milliseconds

## Version 2.0.5

**NEW:**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

setup(
name="cbc_syslog",
version="2.0.5",
version="2.0.6",
install_requires=install_requires,
extras_require=extras_require,
package_dir={"": "src"},
Expand Down
2 changes: 1 addition & 1 deletion src/cbc_syslog/__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 2018-2024 Broadcom Inc. Carbon Black.'
__version__ = '2.0.5'
__version__ = '2.0.6'

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

Expand Down

0 comments on commit 9ea8570

Please sign in to comment.