diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,9 @@
+## webex-teams-pipes-0.2.0.1
+
+* Include .cabal file in source repo.
+* Migrate CI from Travis to GitHub Actions.
+* Build and test for multiple platforms and GHC versions.
+
 ## webex-teams-pipes-0.2.0.0
 
 * Initial release.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2017,2018 Naoto Shimazaki
+Copyright (c) 2017-2020 Naoto Shimazaki
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # webex-teams-pipes
 
 [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
-[![Build Status](https://travis-ci.org/nshimaza/webex-teams-api.svg?branch=master)](https://travis-ci.org/nshimaza/webex-teams-api)
+[![Build Status](https://github.com/nshimaza/webex-teams-api/workflows/build/badge.svg)](https://github.com/nshimaza/webex-teams-api/actions?query=workflow%3Abuild)
 [![Hackage](https://img.shields.io/hackage/v/webex-teams-pipes.svg?style=flat)](https://hackage.haskell.org/package/webex-teams-pipes)
 [![Stackage Nightly](http://stackage.org/package/webex-teams-pipes/badge/nightly)](http://stackage.org/nightly/package/webex-teams-pipes)
 [![Stackage LTS](http://stackage.org/package/webex-teams-pipes/badge/lts)](http://stackage.org/lts/package/webex-teams-pipes)
diff --git a/Setup.hs b/Setup.hs
deleted file mode 100644
--- a/Setup.hs
+++ /dev/null
@@ -1,2 +0,0 @@
-import Distribution.Simple
-main = defaultMain
diff --git a/webex-teams-pipes.cabal b/webex-teams-pipes.cabal
--- a/webex-teams-pipes.cabal
+++ b/webex-teams-pipes.cabal
@@ -1,11 +1,11 @@
--- This file has been generated from package.yaml by hpack version 0.28.2.
+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.34.2.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: cdafad5854c98fccbdc2c3e2432e95eda012e8291e85f775cc481ff56ffba9b9
 
 name:           webex-teams-pipes
-version:        0.2.0.0
+version:        0.2.0.1
 synopsis:       Pipes wrapper of Webex Teams List API
 description:    Please see the README on Github at <https://github.com/nshimaza/webex-teams-api#readme>
 category:       Web
@@ -13,14 +13,13 @@
 bug-reports:    https://github.com/nshimaza/webex-teams-api/issues
 author:         Naoto Shimazaki
 maintainer:     Naoto.Shimazaki@gmail.com
-copyright:      2017,2018 Naoto Shimazaki
+copyright:      2017-2020 Naoto Shimazaki
 license:        MIT
 license-file:   LICENSE
 build-type:     Simple
-cabal-version:  >= 1.10
 extra-source-files:
-    ChangeLog.md
     README.md
+    ChangeLog.md
 
 source-repository head
   type: git
@@ -68,6 +67,8 @@
   hs-source-dirs:
       test
   ghc-options: -rtsopts
+  build-tool-depends:
+      hspec-discover:hspec-discover
   build-depends:
       aeson
     , async
