From 9f0dbdcaaa451ea8efbf5fd3083007512ee39caf Mon Sep 17 00:00:00 2001 From: Automations Date: Wed, 13 Apr 2022 07:07:24 +0000 Subject: [PATCH] chore(release): v0.4.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd67c1a..33fe039 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [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)) + + + ## [0.3.1](https://github.com/ThoronicLLC/collector/compare/v0.3.0...v0.3.1) (2022-03-25) diff --git a/package.json b/package.json index a4b26ec..2b9a825 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "log" ], "author": "Coleton Pierson ", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "bugs": { "url": "https://github.com/ThoronicLLC/collector/issues"