diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,22 @@
+Version 1.0.0.1
+===============
+
+* Improved performance.
+
+* Now notices are logged when workers connect and disconnect.
+
+* Exposed `getCurentStatistics` in the `RequestQueueMonad`, allowing one to
+  obtain the statistics at any time during the run.
+
+* Fixed the documentation.
+
+* Now ImplicitParams are used instead of a monad to ensure sockets
+  initialization.
+
+* Fixed bug where MPI was not geting initialized.
+
+* Bumped dependency bounds.
+
+* Lowered he lower bound on `stm` from 2.4 to 2.3.
+
+* Deleted vestigial import.
diff --git a/LogicGrowsOnTrees-MPI.cabal b/LogicGrowsOnTrees-MPI.cabal
--- a/LogicGrowsOnTrees-MPI.cabal
+++ b/LogicGrowsOnTrees-MPI.cabal
@@ -1,5 +1,5 @@
 Name:                LogicGrowsOnTrees-MPI
-Version:             1.0.0.1
+Version:             1.0.0.1.1
 License:             BSD3
 License-file:        LICENSE
 Author:              Gregory Crosswhite
@@ -25,7 +25,10 @@
            for this package by using Cabal's respective
            @--extra-include-dirs=...@ and @--extra-lib-dirs=...@ options.
 
-Extra-source-files:  c-sources/LogicGrowsOnTrees-MPI.c c-sources/LogicGrowsOnTrees-MPI.h
+Extra-source-files:
+    c-sources/LogicGrowsOnTrees-MPI.c
+    c-sources/LogicGrowsOnTrees-MPI.h
+    CHANGELOG.md
 
 Bug-reports: https://github.com/gcross/LogicGrowsOnTrees-MPI/issues
 
@@ -36,7 +39,7 @@
 Source-Repository this
     Type:     git
     Location: git://github.com/gcross/LogicGrowsOnTrees-MPI.git
-    Tag:      1.0.0.1
+    Tag:      1.0.0.1.1
 
 Library
     Build-depends:
