diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cb29d..6c2470c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## [1.3.0](https://github.com/blacha/pretty-json-log/compare/v1.2.0...v1.3.0) (2022-09-14) + + +### Features + +* better format for the open telemetry log format ([#319](https://github.com/blacha/pretty-json-log/issues/319)) ([85acc4b](https://github.com/blacha/pretty-json-log/commit/85acc4bf45892c55220e6f3ebcd6170a30fd61a4)) + ## [1.2.0](https://github.com/blacha/pretty-json-log/compare/v1.1.2...v1.2.0) (2022-08-30) diff --git a/package.json b/package.json index 2a3f742..be2df01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pretty-json-log", - "version": "1.2.0", + "version": "1.3.0", "bin": { "pjl": "pjl.js" },