From b186653cba069c601e1ac57e0740e6ed3e019f62 Mon Sep 17 00:00:00 2001 From: y_uuki Date: Sun, 24 Nov 2019 21:45:22 +0900 Subject: [PATCH] Bump version 0.1.1 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d67e62ce..34fd7a3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.1.1](https://github.com/yuuki/transtracer/compare/v0.1.0...v0.1.1) (2019-11-24) + +* Print both active and passive flows with --ipv4 option [#8](https://github.com/yuuki/transtracer/pull/8) ([yuuki](https://github.com/yuuki)) + ## [v0.1.0](https://github.com/yuuki/transtracer/compare/f3c6ecd52904...v0.1.0) (2019-11-10) * Initial release diff --git a/version/version.go b/version/version.go index 3623d3d9..59e211e3 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( const name = "transtracer" // version is application version. -const version = "0.1.0" +const version = "0.1.1" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.