Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 17, 2023
1 parent 2a17af3 commit 9438d6a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion loggers/morgan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/ecs-morgan-format Changelog

## Unreleased
## v1.4.0

- Add `service.version`, `service.environment`, and `service.node.name` log
correlation fields, automatically inferred from an active APM agent. As
Expand Down
2 changes: 1 addition & 1 deletion loggers/morgan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-morgan-format",
"version": "1.1.0",
"version": "1.4.0",
"description": "A formatter for the morgan logger compatible with Elastic Common Schema.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion loggers/pino/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/ecs-pino-format Changelog

## Unreleased
## v1.4.0

- Add `service.version`, `service.environment`, and `service.node.name` log
correlation fields, automatically inferred from an active APM agent. As
Expand Down
2 changes: 1 addition & 1 deletion loggers/pino/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-pino-format",
"version": "1.3.0",
"version": "1.4.0",
"description": "A formatter for the pino logger compatible with Elastic Common Schema.",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion loggers/winston/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @elastic/ecs-winston-format Changelog

## Unreleased
## v1.4.0

- Add `service.version`, `service.environment`, and `service.node.name` log
correlation fields, automatically inferred from an active APM agent. As
Expand Down
2 changes: 1 addition & 1 deletion loggers/winston/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elastic/ecs-winston-format",
"version": "1.3.1",
"version": "1.4.0",
"description": "A formatter for the winston logger compatible with Elastic Common Schema.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9438d6a

Please sign in to comment.