diff --git a/Deadpan-DDP.cabal b/Deadpan-DDP.cabal
--- a/Deadpan-DDP.cabal
+++ b/Deadpan-DDP.cabal
@@ -1,5 +1,5 @@
 name:                Deadpan-DDP
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Write clients for Meteor's DDP Protocol
 description:         The Deadpan-DDP project includes a debugging-tool, as well as a general purpose library.
                      .
@@ -28,7 +28,7 @@
                      The connection parameters are the triple (Domain, Port, Path)...
                      .
                      For convenience the function getURI is provided to turn a URI
-                     of the form <websocket:://localhost:3000/websocket>
+                     of the form <websocket://localhost:3000/websocket>
                      into the triple (Right ("localhost", 3000, "websocket"))...
                      or an error (Left "error message").
                      .
@@ -40,6 +40,7 @@
 maintainer:          maydwell@gmail.com
 build-type:          Simple
 cabal-version:       >=1.10
+Extra-Source-Files:  changelog.md
 
 library
   exposed-modules:     Data.EJson, Data.EJson.EJson, Data.EJson.Prism, Data.EJson.Aeson,
diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,11 @@
+# Deadpan-DDP Change Log
+
+## 0.2.0.1
+
+* Added a Changelog
+
+## 0.2.0.0
+
+Initial version uploaded to Hackage.
+
+Some values still undefined.
