From 22c87c52faeb19936c64a52d62d7ae6b911c43f1 Mon Sep 17 00:00:00 2001 From: y_uuki Date: Sat, 7 Mar 2020 01:43:10 +0900 Subject: [PATCH] Bump version 0.3.0 --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6c7cf3f..18a80d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [v0.3.0](https://github.com/yuuki/transtracer/compare/v0.2.0...v0.3.0) (2020-03-07) + +* Variable interval of flushing to the CMDB [#14](https://github.com/yuuki/transtracer/pull/14) ([yuuki](https://github.com/yuuki)) + ## [v0.2.0](https://github.com/yuuki/transtracer/compare/v0.1.2...v0.2.0) (2020-03-01) * Release by GitHub actions [#13](https://github.com/yuuki/transtracer/pull/13) ([yuuki](https://github.com/yuuki)) diff --git a/version/version.go b/version/version.go index 6913355e..7dc4fc34 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( const name = "transtracer" // version is application version. -const version = "0.2.0" +const version = "0.3.0" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.