Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Apr 1, 2021
1 parent 376cf40 commit 61d46b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ecslog changelog

## Unreleased
## v0.2.0

- Add `--strict` option that will suppress input lines that are not valid
ecs-logging records. Normally non-ecs-logging records are passed through
Expand Down
2 changes: 1 addition & 1 deletion internal/ecslog/ecslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Version is the semver version of this tool.
const Version = "0.1.0"
const Version = "0.2.0"

const defaultMaxLineLen = 16384

Expand Down

0 comments on commit 61d46b7

Please sign in to comment.