Skip to content

Commit

Permalink
Release 3.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed May 19, 2020
1 parent 207e86a commit 08ed70e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.37](https://github.com/sematext/logagent-js/compare/3.0.36...3.0.37)

> 19 May 2020
- Merge pull request #234 from sematext/vercel-integration [`207e86a`](https://github.com/sematext/logagent-js/commit/207e86a8762a13a63af6bcf48a9272e38297647a)
- linted code with prettier [`559fb23`](https://github.com/sematext/logagent-js/commit/559fb233fd14a557aa7193980f200268f314eac1)
- added vercel input plugin [`c94bd19`](https://github.com/sematext/logagent-js/commit/c94bd1924d4acf025a019179858da7bb5cebbe39)

#### [3.0.36](https://github.com/sematext/logagent-js/compare/3.0.35...3.0.36)

> 7 May 2020
- Merge pull request #231 from sematext/fix-docker-log-routing [`97b2c1d`](https://github.com/sematext/logagent-js/commit/97b2c1df5c8ba8b5034bd11a7e9063f701184852)
- separated LOGS_RECEIVER_URL and LOGS_RECEIVER_URLS in the config; use singular for only one URL or the plural when configuring multiple endpoints [`6a7f44e`](https://github.com/sematext/logagent-js/commit/6a7f44e3ed1f6a7e3ac666a42be77ba1df6db792)
- added multi receiver url support [`cdec0fe`](https://github.com/sematext/logagent-js/commit/cdec0fe2755b85ffb89d8acd8acceebff5d3ef80)
- Release 3.0.36 [`99adca7`](https://github.com/sematext/logagent-js/commit/99adca779aa6a15ca492fb335fd8eb777c48fd7b)

#### [3.0.35](https://github.com/sematext/logagent-js/compare/3.0.34...3.0.35)

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.36",
"version": "3.0.37",
"description": "Smart log parser written in Node",
"main": "lib/parser/parser.js",
"bin": {
Expand Down

0 comments on commit 08ed70e

Please sign in to comment.