From 6ee3a0a34ee62ad957742fcfd13bc6d0f5c70cab Mon Sep 17 00:00:00 2001 From: Shuhei Kitagawa Date: Sun, 27 Jan 2019 09:39:29 +0900 Subject: [PATCH] Bumps up to v0.1.8 --- CHANGELOG.md | 6 +++++- version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7205d..83ec5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.1.8] - 2019-01-27 + ## [v0.1.7] - 2019-01-20 @@ -56,7 +59,8 @@ - Update import path. -[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.7...HEAD +[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.8...HEAD +[v0.1.8]: https://github.com/shuheiktgw/go-travis/compare/v0.1.7...v0.1.8 [v0.1.7]: https://github.com/shuheiktgw/go-travis/compare/v0.1.6...v0.1.7 [v0.1.6]: https://github.com/shuheiktgw/go-travis/compare/v0.1.5...v0.1.6 [v0.1.5]: https://github.com/shuheiktgw/go-travis/compare/v0.1.4...v0.1.5 diff --git a/version.go b/version.go index 142782f..5edd658 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package travis -const version = "0.1.7" +const version = "0.1.8"