diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc3eb1b..41cca32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,9 @@
## [Unreleased]
+
+## [v0.3.1] - 2020-04-29
+
## [v0.3.0] - 2020-04-26
@@ -83,7 +86,8 @@
- Update import path.
-[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.3.0...HEAD
+[Unreleased]: https://github.com/shuheiktgw/go-travis/compare/v0.3.1...HEAD
+[v0.3.1]: https://github.com/shuheiktgw/go-travis/compare/v0.3.0...v0.3.1
[v0.3.0]: https://github.com/shuheiktgw/go-travis/compare/v0.2.4...v0.3.0
[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
diff --git a/version.go b/version.go
index 19e057f..9b307b9 100644
--- a/version.go
+++ b/version.go
@@ -5,4 +5,4 @@
package travis
-const version = "0.3.0"
+const version = "0.3.1"