From ac360b3b16cd2849219522df7b9800d83c4e6f5a Mon Sep 17 00:00:00 2001 From: yutachaos Date: Tue, 7 Apr 2020 01:22:08 +0900 Subject: [PATCH] Checking in changes prior to tagging of version v0.1.0 (#21) --- CHANGELOG.md | 5 +++++ main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e74ba6b..7c22d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [v0.1.0](https://github.com/knqyf263/utern/compare/v0.0.9...v0.1.0) (2020-04-07) + +* fix README [#19](https://github.com/knqyf263/utern/pull/19) ([d-tsuji](https://github.com/d-tsuji)) +* Consider the case when log stream has no log events [#18](https://github.com/knqyf263/utern/pull/18) ([yutachaos](https://github.com/yutachaos)) + ## [v0.0.9](https://github.com/knqyf263/utern/compare/v0.0.8...v0.0.9) (2020-02-22) diff --git a/main.go b/main.go index 9abbe0e..a93605f 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( "github.com/urfave/cli" ) -const version = "0.0.9" +const version = "0.1.0" var commit string