From 53b94dc5a75a61550369f15c77e9883941670eb4 Mon Sep 17 00:00:00 2001 From: Shuhei Kitagawa Date: Sun, 5 May 2019 15:34:17 +0900 Subject: [PATCH] Bumps up to v0.2.0 --- CHANGELOG.md | 6 +++++- version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa32fc2..a2cc83e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.2.0] - 2019-05-05 + ## [v0.1.9] - 2019-02-21 ### Fix @@ -65,7 +68,8 @@ - Update import path. -[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.9...HEAD +[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.2.0...HEAD +[v0.2.0]: https://github.com/shuheiktgw/go-travis/compare/v0.1.9...v0.2.0 [v0.1.9]: https://github.com/shuheiktgw/go-travis/compare/v0.1.8...v0.1.9 [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 diff --git a/version.go b/version.go index a3f45e0..c5d1d0d 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package travis -const version = "0.1.9" +const version = "0.2.0"