diff --git a/CHANGELOG.md b/CHANGELOG.md index a0211b9..36980fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.1](https://github.com/ThoronicLLC/collector/compare/v0.7.0...v0.7.1) (2023-01-04) + + +### Bug Fixes + +* fixed parsing kafka input message headers when non JSON types ([#59](https://github.com/ThoronicLLC/collector/issues/59)) ([3d797e8](https://github.com/ThoronicLLC/collector/commit/3d797e8f2aea4550584c3e2cbf7e070602c755a6)) + + + # [0.7.0](https://github.com/ThoronicLLC/collector/compare/v0.6.0...v0.7.0) (2023-01-03) @@ -34,13 +43,3 @@ -# [0.4.0](https://github.com/ThoronicLLC/collector/compare/v0.3.1...v0.4.0) (2022-04-13) - - -### Features - -* **processor:** added key-value and CEF processor ([#49](https://github.com/ThoronicLLC/collector/issues/49)) ([9bbce68](https://github.com/ThoronicLLC/collector/commit/9bbce683468a201203e30c73c51e69b0e876ddaa)) -* **processor:** added syslog message processor ([#48](https://github.com/ThoronicLLC/collector/issues/48)) ([807e2cc](https://github.com/ThoronicLLC/collector/commit/807e2cc2355c5637b1228d6853f9ba7c4416276f)) - - - diff --git a/package.json b/package.json index f835535..e601c8e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "log" ], "author": "Coleton Pierson ", - "version": "0.7.0", + "version": "0.7.1", "license": "MIT", "bugs": { "url": "https://github.com/ThoronicLLC/collector/issues"