diff --git a/AUTHORS b/AUTHORS
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
 === Haskell prelude-safeenum package AUTHORS/THANKS file ===
 
-The prelude-safeenum package was written by wren ng thornton and
+The prelude-safeenum package was written by wren gayle romano and
 is released under the terms in the LICENSE file.
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,9 @@
+0.1.1.2 (2015-05-30):
+    - Moved VERSION to CHANGELOG
+0.1.1 (2013.03.07):
+    - Prelude.SafeEnum: corrected the Char instance for GHC 7.8
+0.1.0.1 (2013.06.01):
+    - Documentation changes.
+0.1.0 (2013.05.29):
+    - forked from the (unpublished) data-fin package.
+    - made things Trustworthy, and some other cleanup.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2012, 2013 wren ng thornton.
+Copyright (c) 2012, 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,7 +0,0 @@
-0.1.1 (2013.03.07):
-    - Prelude.SafeEnum: corrected the Char instance for GHC 7.8
-0.1.0.1 (2013.06.01):
-    - Documentation changes.
-0.1.0 (2013.05.29):
-    - forked from the (unpublished) data-fin package.
-    - made things Trustworthy, and some other cleanup.
diff --git a/prelude-safeenum.cabal b/prelude-safeenum.cabal
--- a/prelude-safeenum.cabal
+++ b/prelude-safeenum.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:           prelude-safeenum
-Version:        0.1.1.1
+Version:        0.1.1.2
 Stability:      provisional
 Homepage:       http://code.haskell.org/~wren/
-Author:         wren ng thornton
+Author:         wren gayle romano
 Maintainer:     wren@community.haskell.org
-Copyright:      Copyright (c) 2012--2014 wren ng thornton
+Copyright:      Copyright (c) 2012--2015 wren gayle romano
 License:        BSD3
 License-File:   LICENSE
 
@@ -32,7 +32,7 @@
 Tested-With:
     GHC ==6.12.1, GHC ==7.6.1, GHC ==7.8.0
 Extra-source-files:
-    AUTHORS, README, VERSION
+    AUTHORS, README, CHANGELOG
 Source-Repository head
     Type:     darcs
     Location: http://community.haskell.org/~wren/prelude-safeenum
diff --git a/src/Data/Number/CalkinWilf.hs b/src/Data/Number/CalkinWilf.hs
--- a/src/Data/Number/CalkinWilf.hs
+++ b/src/Data/Number/CalkinWilf.hs
@@ -8,7 +8,7 @@
 --                                                    2013.06.01
 -- |
 -- Module      :  Data.Number.CalkinWilf
--- Copyright   :  2012--2013 wren ng thornton
+-- Copyright   :  2012--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  provisional
diff --git a/src/Prelude/SafeEnum.hs b/src/Prelude/SafeEnum.hs
--- a/src/Prelude/SafeEnum.hs
+++ b/src/Prelude/SafeEnum.hs
@@ -10,7 +10,7 @@
 --                                                    2014.03.07
 -- |
 -- Module      :  Prelude.SafeEnum
--- Copyright   :  2012--2013 wren ng thornton
+-- Copyright   :  2012--2015 wren gayle romano
 -- License     :  BSD3
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  provisional
