diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.markdown
@@ -0,0 +1,3 @@
+0.2.0.1
+
+Added MatrixMarket module from `accelerate-examples` SMVM
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
new file mode 100644
--- /dev/null
+++ b/CONTRIBUTORS.md
@@ -0,0 +1,1 @@
+Trevor McDonell and the `accelerate` contributors : Data.Matrix.MatrixMarket
diff --git a/matrix-market-attoparsec.cabal b/matrix-market-attoparsec.cabal
--- a/matrix-market-attoparsec.cabal
+++ b/matrix-market-attoparsec.cabal
@@ -1,5 +1,5 @@
 name:                matrix-market-attoparsec
-version:             0.1.0.3
+version:             0.1.0.4
 synopsis:            Parsing and serialization functions for the NIST Matrix Market format
 description:         Please see README.md
 homepage:            https://github.com/ocramz/matrix-market-attoparsec
@@ -11,6 +11,8 @@
 category:            Parsers
 build-type:          Simple
 extra-source-files:  README.md
+                     CONTRIBUTORS.md
+                     CHANGELOG.markdown
 data-dir:            data
 data-files:          fidapm05.mtx
                      fidapm05_rhs1.mtx                     
