Skip to content

Commit

Permalink
Release 3.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Mar 12, 2020
1 parent f743dbb commit 4d4907b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +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.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
- 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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 4d4907b

Please sign in to comment.