diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,11 @@
 # Version History
 
+## 0.2.4.0 (March 19, 2017)
+
+  - Update dependency bounds
+
+  - Add Travis CI build status for supported versions of GHC
+
 ## 0.2.3.0 (November 1, 2016)
 
   - Increase upper bound on transformers package to `0.5` (Thanks to
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2015, 2016 Peter J. Jones <pjones@devalot.com>
+Copyright (c) 2015-2017 Peter J. Jones <pjones@devalot.com>
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Byline
 
+[![Build Status](https://travis-ci.org/pjones/byline.svg?branch=master)](https://travis-ci.org/pjones/byline)
+
 Byline simplifies writing interactive terminal applications by
 building upon [ansi-terminal][] and [haskeline][]. This makes it
 possible to print messages and prompts that include terminal escape
diff --git a/byline.cabal b/byline.cabal
--- a/byline.cabal
+++ b/byline.cabal
@@ -1,6 +1,6 @@
 --------------------------------------------------------------------------------
 name:          byline
-version:       0.2.3.0
+version:       0.2.4.0
 synopsis:      Library for creating command-line interfaces (colors, menus, etc.)
 homepage:      http://github.com/pjones/byline
 bug-reports:   http://github.com/pjones/byline/issues
@@ -8,11 +8,11 @@
 license-file:  LICENSE
 author:        Peter Jones <pjones@devalot.com>
 maintainer:    Peter Jones <pjones@devalot.com>
-copyright:     Copyright: (c) 2015,2016 Peter J. Jones
+copyright:     Copyright: (c) 2015-2017 Peter J. Jones
 category:      System, User Interfaces
 build-type:    Simple
 stability:     experimental
-tested-with:   GHC == 7.8.4, GHC == 7.10.3
+tested-with:   GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
 cabal-version: >=1.18
 description:
   Byline simplifies writing interactive terminal applications by
