diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,8 @@
+0.2.0.4 (2012-09-26):
+    - Math.Combinatorics.Exact.Binomial: added OEIS link
+0.2.0 (2012-02-02):
+    - renamed to exact-combinatorics.
+    - moved Math.Combinatorics.* to Math.Combinatorics.Exact.*
+
+0.1.0 (2011-12-04):
+    - init.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2011--2013, wren ng thornton.
+Copyright (c) 2011--2013, wren gayle romano.
 ALL RIGHTS RESERVED.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/VERSION b/VERSION
deleted file mode 100644
--- a/VERSION
+++ /dev/null
@@ -1,8 +0,0 @@
-0.2.0.4 (2012-09-26):
-    - Math.Combinatorics.Exact.Binomial: added OEIS link
-0.2.0 (2012-02-02):
-    - renamed to exact-combinatorics.
-    - moved Math.Combinatorics.* to Math.Combinatorics.Exact.*
-
-0.1.0 (2011-12-04):
-    - init.
diff --git a/exact-combinatorics.cabal b/exact-combinatorics.cabal
--- a/exact-combinatorics.cabal
+++ b/exact-combinatorics.cabal
@@ -1,5 +1,5 @@
 ----------------------------------------------------------------
--- wren ng thornton <wren@community.haskell.org>    ~ 2014.03.30
+-- wren gayle romano <wren@community.haskell.org>   ~ 2015.05.30
 ----------------------------------------------------------------
 
 -- By and large Cabal >=1.2 is fine; but >= 1.6 gives tested-with:
@@ -9,12 +9,12 @@
 Build-Type:     Custom
 
 Name:           exact-combinatorics
-Version:        0.2.0.7
+Version:        0.2.0.8
 Stability:      experimental
 Homepage:       http://code.haskell.org/~wren/
-Author:         wren ng thornton
+Author:         wren gayle romano
 Maintainer:     wren@community.haskell.org
-Copyright:      Copyright (c) 2011--2013 wren ng thornton
+Copyright:      Copyright (c) 2011--2015 wren gayle romano
 License:        BSD3
 License-File:   LICENSE
 
@@ -25,7 +25,7 @@
 Tested-With:
     GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0
 Extra-source-files:
-    README, VERSION
+    README, CHANGELOG
 Source-Repository head
     Type:     darcs
     Location: http://community.haskell.org/~wren/exact-combinatorics
diff --git a/src/Math/Combinatorics/Exact/Binomial.hs b/src/Math/Combinatorics/Exact/Binomial.hs
--- a/src/Math/Combinatorics/Exact/Binomial.hs
+++ b/src/Math/Combinatorics/Exact/Binomial.hs
@@ -3,7 +3,7 @@
 --                                                    2012.09.26
 -- |
 -- Module      :  Math.Combinatorics.Exact.Binomial
--- Copyright   :  Copyright (c) 2011--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2011--2015 wren gayle romano
 -- License     :  BSD
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Math/Combinatorics/Exact/Factorial.hs b/src/Math/Combinatorics/Exact/Factorial.hs
--- a/src/Math/Combinatorics/Exact/Factorial.hs
+++ b/src/Math/Combinatorics/Exact/Factorial.hs
@@ -4,7 +4,7 @@
 --                                                    2012.02.02
 -- |
 -- Module      :  Math.Combinatorics.Exact.Factorial
--- Copyright   :  Copyright (c) 2011--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2011--2015 wren gayle romano
 -- License     :  BSD
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/src/Math/Combinatorics/Exact/Primes.hs b/src/Math/Combinatorics/Exact/Primes.hs
--- a/src/Math/Combinatorics/Exact/Primes.hs
+++ b/src/Math/Combinatorics/Exact/Primes.hs
@@ -8,7 +8,7 @@
 --                                                    2012.02.02
 -- |
 -- Module      :  Math.Combinatorics.Exact.Primes
--- Copyright   :  Copyright (c) 2011--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2011--2015 wren gayle romano
 -- License     :  BSD
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
