From 189a928137861a0e6c2a12de874a7b53b68325cb Mon Sep 17 00:00:00 2001 From: Shuhei Kitagawa Date: Sat, 17 Aug 2019 17:25:56 +0900 Subject: [PATCH] Bumps up to v0.2.4 --- CHANGELOG.md | 6 +++++- version.go | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f9f31..61a300b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.2.4] - 2019-08-17 + ## [v0.2.3] - 2019-07-07 @@ -77,7 +80,8 @@ - Update import path. -[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.2.3...HEAD +[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.2.4...HEAD +[v0.2.4]: https://github.com/shuheiktgw/go-travis/compare/v0.2.3...v0.2.4 [v0.2.3]: https://github.com/shuheiktgw/go-travis/compare/v0.2.2...v0.2.3 [v0.2.2]: https://github.com/shuheiktgw/go-travis/compare/v0.2.1...v0.2.2 [v0.2.1]: https://github.com/shuheiktgw/go-travis/compare/v0.2.0...v0.2.1 diff --git a/version.go b/version.go index f56caff..b51e59c 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package travis -const version = "0.2.3" +const version = "0.2.4"