From 39ca523abd6b3876173a0038a53c9488541a642b Mon Sep 17 00:00:00 2001 From: Adnan Rahic Date: Thu, 2 Jul 2020 11:53:45 +0200 Subject: [PATCH] Release 3.0.42 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b307eb3f..962ed36d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [3.0.42](https://github.com/sematext/logagent-js/compare/3.0.41...3.0.42) + +> 2 July 2020 + +- Merge pull request #242 from sematext/sc-8687-cf-log-parsing [`88de1ca`](https://github.com/sematext/logagent-js/commit/88de1cae9a84c7cedb632f5beb7bd7a772e59675) +- improvements for cf parsing [`51f1b42`](https://github.com/sematext/logagent-js/commit/51f1b42b0e0ede946cafaa341a5fcb71323778b2) +- update rtr pattern [`a86452e`](https://github.com/sematext/logagent-js/commit/a86452e60f64a899a9beb2c86bffa081549d961f) + #### [3.0.41](https://github.com/sematext/logagent-js/compare/3.0.40...3.0.41) > 1 July 2020 -- Merge pull request #241 from sematext/sc-8687-cf-log-parsing [`6175d39`](https://github.com/sematext/logagent-js/commit/6175d39ad4be3718da463c443fc612bdb8f42daa) - added additional patterns for Cloudfoundry [`4f8797b`](https://github.com/sematext/logagent-js/commit/4f8797b0cb5ed737d7842ca60785548acbc6df21) - added cf filtering to dedicated output filter [`7b19aaf`](https://github.com/sematext/logagent-js/commit/7b19aaf958a34f7e423418f27f4ca19bc53b8ed3) +- added additional patterns for cloudfoundry [`fc90c95`](https://github.com/sematext/logagent-js/commit/fc90c95d070703b6eec00ff8cc1378346f24b45c) #### [3.0.40](https://github.com/sematext/logagent-js/compare/3.0.39...3.0.40) diff --git a/package.json b/package.json index 361a0f1f..e30c2cec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.0.41", + "version": "3.0.42", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {