Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
avanbrunt-cb committed Jan 15, 2021
1 parent 6e4578d commit 72a203b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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 Syslog Connector

## Breaking Changes with v1.3.0
## Breaking Changes with v1.3.1

* Leef format logs have been rewritten to better utilize common variables and include as much information as possible
* `cb_defense_syslog.py` has been renamed to `cbc_syslog.py`
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## Version 1.3.1

**General:**
* Update to latest jinja2 package

**Bug fixes:**
* Rename parser file to prevent conflict on windows
* Reformat package to move files into a util subfolder

## Version 1.3.0

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

setup(
name='cbc_syslog',
version='1.3.0',
version='1.3.1',
package_dir={'': 'src'},
packages=find_packages(where="src", exclude=["tests.*", "tests"]),
include_package_data=True,
Expand Down

0 comments on commit 72a203b

Please sign in to comment.