diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,10 @@
+1.1.0.6 (2015-05-30):
+    - Moved VERSION to CHANGELOG
+1.1.0.1 (2012-01-28):
+    - Corrected documentation for multicomposition. (Thanks, Joachim Breitner.)
+1.1.0 (2012-01-28):
+    - Renamed (...) to (.:)
+1.0.0.1 (2011-07-12):
+    - Corrected some Haddock.
+1.0.0 (2011-07-12):
+    - Forked from the Posta project (at 0.11.0-beta).
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009--2013, wren ng thornton.
+Copyright (c) 2009--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 @@
-1.1.0.1 (2012-01-28):
-    - Corrected documentation for multicomposition. (Thanks, Joachim Breitner.)
-1.1.0 (2012-01-28):
-    - Renamed (...) to (.:)
-1.0.0.1 (2011-07-12):
-    - Corrected some Haddock.
-1.0.0 (2011-07-12):
-    - Forked from the Posta project (at 0.11.0-beta).
diff --git a/pointless-fun.cabal b/pointless-fun.cabal
--- a/pointless-fun.cabal
+++ b/pointless-fun.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:           pointless-fun
-Version:        1.1.0.5
+Version:        1.1.0.6
 Stability:      provisional
 Homepage:       http://code.haskell.org/~wren/
-Author:         wren ng thornton, Matt Hellige
+Author:         wren gayle romano, Matt Hellige
 Maintainer:     wren@community.haskell.org
-Copyright:      Copyright (c) 2009--2013 wren ng thornton
+Copyright:      Copyright (c) 2009--2015 wren gayle romano
 License:        BSD3
 License-File:   LICENSE
 
@@ -24,7 +24,7 @@
 Tested-With:
     GHC ==6.12.1, GHC ==6.12.3, 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/pointless-fun
diff --git a/src/Data/Function/Pointless.hs b/src/Data/Function/Pointless.hs
--- a/src/Data/Function/Pointless.hs
+++ b/src/Data/Function/Pointless.hs
@@ -3,7 +3,7 @@
 --                                                    2012.01.29
 -- |
 -- Module      :  Data.Function.Pointless
--- Copyright   :  Copyright (c) 2009--2012 wren ng thornton
+-- Copyright   :  Copyright (c) 2009--2015 wren gayle romano
 -- License     :  BSD
 -- Maintainer  :  wren@community.haskell.org
 -- Stability   :  provisional
