diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5240b11..1bea2b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## [Unreleased]
+
+## [v0.1.0] - 2018-10-11
+
## [v0.0.9] - 2018-10-07
@@ -32,7 +35,8 @@
- Update import path.
-[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.0.9...HEAD
+[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.1.0...HEAD
+[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
[v0.0.7]: https://github.com/shuheiktgw/go-travis/compare/v0.0.6...v0.0.7
diff --git a/version.go b/version.go
index 12aaaff..8dbb00d 100644
--- a/version.go
+++ b/version.go
@@ -5,4 +5,4 @@
package travis
-const version = "0.0.9"
+const version = "0.1.0"