Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.1.0 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutachaos authored Apr 6, 2020
1 parent a4283ae commit ac360b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/urfave/cli"
)

const version = "0.0.9"
const version = "0.1.0"

var commit string

Expand Down

0 comments on commit ac360b3

Please sign in to comment.