diff --git a/CHANGELOG.md b/CHANGELOG.md index 265b5da8..15175759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.24](https://github.com/sematext/logagent-js/compare/3.0.23...3.0.24) + +> 12 March 2020 + +- es-output added debug option; cleaned up journald example config [`f743dbb`](https://github.com/sematext/logagent-js/commit/f743dbbc1ee6fbc2ad7469989e67104b4bfd9192) +- added missing token param [`093d841`](https://github.com/sematext/logagent-js/commit/093d8418c8a966abe085c1f09211f2267c2c32cd) + #### [3.0.23](https://github.com/sematext/logagent-js/compare/3.0.22...3.0.23) > 5 March 2020 @@ -11,7 +18,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - SC-7164: Added token blacklisting for Github Webhook input [`#209`](https://github.com/sematext/logagent-js/pull/209) - added token blacklisting to github webhook input and st events output [`a7cb2c2`](https://github.com/sematext/logagent-js/commit/a7cb2c2e433ea3fec94995a7c52711ef4cba61cb) - refactored tokenblacklist to have less if nesting [`d6b4507`](https://github.com/sematext/logagent-js/commit/d6b450732e974efc712ba94759f9bd6dd5d93055) -- updated changelog for release 3.0.22 [`b475e80`](https://github.com/sematext/logagent-js/commit/b475e8015564a6fba300fdef0303ae171e571727) +- Release 3.0.23 [`8d4859a`](https://github.com/sematext/logagent-js/commit/8d4859a369dcb0c0252e1dceef330bc56ff1fa6a) #### [3.0.22](https://github.com/sematext/logagent-js/compare/3.0.21...3.0.22) diff --git a/package.json b/package.json index 562b9ab5..fe8b13b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sematext/logagent", - "version": "3.0.23", + "version": "3.0.24", "description": "Smart log parser written in Node", "main": "lib/parser/parser.js", "bin": {