diff --git a/CHANGES.markdown b/CHANGES.markdown
--- a/CHANGES.markdown
+++ b/CHANGES.markdown
@@ -1,11 +1,17 @@
+0.1.0.4 (6 August 2016)
+-----------------------
+
+- minor tweaks to `.cabal` file
+
 0.1.0.3 (2016-02-14)
 -------
 
-    - allow base-4.9 for GHC-8.0
+- allow base-4.9 for GHC-8.0
 
 0.1.0.1
 --------
 
-  * define Kolor in Types module
+- define Kolor in Types module
 
 0.1.0.0: Initial release
+------------------------
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,8 @@
-Copyright (c) 2011-2015 diagrams-lib team:
+Copyright (c) 2011-2016 diagrams-lib team:
 
   Daniel Bergey <bergey@alum.mit.edu>
   Jeffrey Rosenbluth <jeffrey.rosenbluth@gmail.com>
+  Brent Yorgey <byorgey@gmail.com>
 
 All rights reserved.
 
diff --git a/palette.cabal b/palette.cabal
--- a/palette.cabal
+++ b/palette.cabal
@@ -1,5 +1,5 @@
 Name:                palette
-Version:             0.1.0.3
+Version:             0.1.0.4
 Synopsis:            Utilities for choosing and creating color schemes.
 Description:         Sets of predefined colors and tools for choosing and
                      creating color schemes.
@@ -15,7 +15,7 @@
 Cabal-version:       >=1.10
 Extra-source-files:  README.markdown, CHANGES.markdown, diagrams/*.svg
 Extra-doc-files:     diagrams/*.svg
-Tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.1, GHC == 7.10.1
+Tested-with:         GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
 Source-repository head
   type:     git
   location: http://github.com/diagrams/palette.git
