diff --git a/CHANGELOG.md b/CHANGELOG.md index 7696123..b81e519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v0.1.2] - 2018-11-01 + ## [v0.1.1] - 2018-11-01 @@ -38,7 +41,8 @@ - Update import path. -[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/shuheiktgw/go-travis/compare/v0.1.1...v0.1.2 [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 diff --git a/version.go b/version.go index 22dbd82..4b944ff 100644 --- a/version.go +++ b/version.go @@ -5,4 +5,4 @@ package travis -const version = "0.1.1" +const version = "0.1.2"