diff --git a/changelog b/changelog
new file mode 100644
--- /dev/null
+++ b/changelog
@@ -0,0 +1,14 @@
+ # Version 0.0.0.3
+ 
+ * Actually added changelog
+
+ # Version 0.0.0.2
+
+ * Omit `stdinLn` as likely to be dangerous through misunderstanding.
+
+
+ # Version 0.0.0.1
+
+ * Rearrange order of 'Internal' materials.
+
+
diff --git a/pipes-text.cabal b/pipes-text.cabal
--- a/pipes-text.cabal
+++ b/pipes-text.cabal
@@ -1,5 +1,5 @@
 name:                pipes-text
-version:             0.0.0.2
+version:             0.0.0.3
 synopsis:            Text pipes.
 description:         Many of the pipes and other operations defined here mirror those in
                      the `pipes-bytestring` library. Folds like `length` and grouping 
@@ -31,7 +31,7 @@
 build-type:          Simple
 cabal-version:       >=1.10
 
-extra-source-files: README.md include/*.h
+extra-source-files: README.md include/*.h changelog
 source-repository head
     type: git
     location: https://github.com/michaelt/text-pipes
