diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,21 @@
+0.4.1 (2012-09-26):
+    - Prelude.Listless: Guarded re-export of Prelude.catch with CPP
+0.4.0.1 (2010-05-31):
+    - Fixed some typos in the cabal file regarding base and the Prelude
+0.4.0 (2010-05-31):
+    - Added Data.List.Extras.list (by Tom Lokhorst)
+    - Changed the type of Data.List.Extras.Pair.zipBy to be correct
+
+0.3.0 (2009-04-02):
+    - Relaxed type for Data.List.Extras.Pair.pairBy
+    - Removed rewrite rules for Data.List.Extras.LazyLength.*
+
+0.2.2.1 (2008-10-12):
+    - Now compiles under GHC 6.10
+0.2.1 (2008-08-17):
+    - Rewrite rules for Data.List.Extras.LazyLength.* actually get picked up
+0.2.0 (2008-07-26):
+    - Overhauled Data.List.Extras.Argmax
+
+0.1.0 (2008-07-21):
+    - Initial public release
diff --git a/Data/List/Extras.hs b/Data/List/Extras.hs
--- a/Data/List/Extras.hs
+++ b/Data/List/Extras.hs
@@ -3,7 +3,7 @@
 --                                                  ~ 2010.04.05
 -- |
 -- Module      :  Data.List.Extras
--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
diff --git a/Data/List/Extras/Argmax.hs b/Data/List/Extras/Argmax.hs
--- a/Data/List/Extras/Argmax.hs
+++ b/Data/List/Extras/Argmax.hs
@@ -3,7 +3,7 @@
 --                                                  ~ 2010.10.15
 -- |
 -- Module      :  Data.List.Extras.ArgMax
--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  experimental
diff --git a/Data/List/Extras/LazyLength.hs b/Data/List/Extras/LazyLength.hs
--- a/Data/List/Extras/LazyLength.hs
+++ b/Data/List/Extras/LazyLength.hs
@@ -19,7 +19,7 @@
 --                                                  ~ 2009.04.02
 -- |
 -- Module      :  Data.List.Extras.LazyLength
--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
diff --git a/Data/List/Extras/Pair.hs b/Data/List/Extras/Pair.hs
--- a/Data/List/Extras/Pair.hs
+++ b/Data/List/Extras/Pair.hs
@@ -3,7 +3,7 @@
 --                                                  ~ 2010.11.15
 -- |
 -- Module      :  Data.List.Extras.Pair
--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2007--2013, wren ng thornton.
+Copyright (c) 2007--2013, wren gayle romano.
 ALL RIGHTS RESERVED.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/Prelude/Listless.hs b/Prelude/Listless.hs
--- a/Prelude/Listless.hs
+++ b/Prelude/Listless.hs
@@ -4,7 +4,7 @@
 --                                                  ~ 2012.09.26
 -- |
 -- Module      :  Prelude.Listless
--- Copyright   :  Copyright (c) 2007--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2007--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  stable
diff --git a/VERSION b/VERSION
deleted file mode 100644
--- a/VERSION
+++ /dev/null
@@ -1,21 +0,0 @@
-0.4.1 (2012-09-26):
-    - Prelude.Listless: Guarded re-export of Prelude.catch with CPP
-0.4.0.1 (2010-05-31):
-    - Fixed some typos in the cabal file regarding base and the Prelude
-0.4.0 (2010-05-31):
-    - Added Data.List.Extras.list (by Tom Lokhorst)
-    - Changed the type of Data.List.Extras.Pair.zipBy to be correct
-
-0.3.0 (2009-04-02):
-    - Relaxed type for Data.List.Extras.Pair.pairBy
-    - Removed rewrite rules for Data.List.Extras.LazyLength.*
-
-0.2.2.1 (2008-10-12):
-    - Now compiles under GHC 6.10
-0.2.1 (2008-08-17):
-    - Rewrite rules for Data.List.Extras.LazyLength.* actually get picked up
-0.2.0 (2008-07-26):
-    - Overhauled Data.List.Extras.Argmax
-
-0.1.0 (2008-07-21):
-    - Initial public release
diff --git a/list-extras.cabal b/list-extras.cabal
--- a/list-extras.cabal
+++ b/list-extras.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:
@@ -8,12 +8,12 @@
 Build-Type:     Simple
 
 Name:           list-extras
-Version:        0.4.1.3
+Version:        0.4.1.4
 Stability:      stable
 Homepage:       http://code.haskell.org/~wren/
-Author:         wren ng thornton
+Author:         wren gayle romano
 Maintainer:     wren@community.haskell.org
-Copyright:      Copyright (c) 2007--2013 wren ng thornton
+Copyright:      Copyright (c) 2007--2015 wren gayle romano
 License:        BSD3
 License-File:   LICENSE
 
@@ -33,7 +33,7 @@
 Tested-With:
     GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0
 Extra-source-files:
-    VERSION
+    CHANGELOG
 Source-Repository head
     Type:     darcs
     Location: http://community.haskell.org/~wren/list-extras
