From a1fecabec1f3ae4ea9a13602b67dbb8cc4a4fc50 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Wed, 6 Jun 2018 01:11:37 +0900 Subject: [PATCH] Bump up version number --- CHANGELOG.md | 4 ++++ version/version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f627485b..2394f291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.8.2](https://github.com/k1LoW/tbls/compare/v0.8.1...v0.8.2) (2018-06-06) + +* Fix output dot bug [#25](https://github.com/k1LoW/tbls/pull/25) ([k1LoW](https://github.com/k1LoW)) + ## [v0.8.1](https://github.com/k1LoW/tbls/compare/v0.8.0...v0.8.1) (2018-06-06) * Fix table template [#24](https://github.com/k1LoW/tbls/pull/24) ([k1LoW](https://github.com/k1LoW)) diff --git a/version/version.go b/version/version.go index 83ae7d5c..4a165e54 100644 --- a/version/version.go +++ b/version/version.go @@ -4,4 +4,4 @@ package version const Name string = "tbls" // Version for this -const Version string = "0.8.1" +const Version string = "0.8.2"