From 6d30fcf15e1daf212d1e47d03c3b437d85a166a8 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 3 Jun 2021 22:25:15 -0700 Subject: [PATCH] v0.4.0 --- CHANGELOG.md | 2 +- internal/ecslog/ecslog.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce33d7d..abdcd9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ecslog changelog -## Unreleased +## v0.4.0 - Add [`@timestamp` diff highlighting](README.md#timestamp-diff-highlighting): the part of the timestamp that has changed from the preceding record is diff --git a/internal/ecslog/ecslog.go b/internal/ecslog/ecslog.go index 6b046c3..a9a717b 100644 --- a/internal/ecslog/ecslog.go +++ b/internal/ecslog/ecslog.go @@ -19,7 +19,7 @@ import ( ) // Version is the semver version of this tool. -const Version = "v0.3.0" +const Version = "v0.4.0" const defaultMaxLineLen = 16384