diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bea2b3..7696123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## [Unreleased] + +## [v0.1.1] - 2018-11-01 + -## [v0.1.0] - 2018-10-11 +## [v0.1.0] - 2018-10-14 ## [v0.0.9] - 2018-10-07 @@ -35,7 +38,8 @@ - Update import path. -[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.1...HEAD +[v0.1.1]: https://github.com/shuheiktgw/go-travis/compare/v0.1.0...v0.1.1 [v0.1.0]: https://github.com/shuheiktgw/go-travis/compare/v0.0.9...v0.1.0 [v0.0.9]: https://github.com/shuheiktgw/go-travis/compare/v0.0.8...v0.0.9 [v0.0.8]: https://github.com/shuheiktgw/go-travis/compare/v0.0.7...v0.0.8 diff --git a/version.go b/version.go index 8dbb00d..22dbd82 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package travis -const version = "0.1.0" +const version = "0.1.1"