diff --git a/CHANGELOG.md b/CHANGELOG.md index 78ffb46..41ae7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.6.0](https://github.com/yuuki/lstf/compare/v0.5.4...v0.6.0) (2019-08-20) + +* --filter option [#19](https://github.com/yuuki/lstf/pull/19) ([yuuki](https://github.com/yuuki)) + ## [v0.5.4](https://github.com/yuuki/lstf/compare/v0.5.3...v0.5.4) (2019-06-14) * JSONize process field [#18](https://github.com/yuuki/lstf/pull/18) ([yuuki](https://github.com/yuuki)) diff --git a/version.go b/version.go index f3b6c37..3ea9214 100644 --- a/version.go +++ b/version.go @@ -4,7 +4,7 @@ package main const name = "lstf" // version is application version. -const version = "0.5.4" +const version = "0.6.0" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.