diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,11 @@
+# Changelog
+
+#### 1.0.0.4
+
+* Change maintainer field
+* Add changelog
+
+#### 1.0.0.3
+
+* Split this package out from `thumbnail-plus` again.
+* Improve JPEG parsing, fixes https://github.com/prowdsponsor/thumbnail-plus/issues/1
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+Currently supports PNG, GIF, and JPEG. This package provides a Sink
+that will consume the minimum number of bytes necessary to determine
+the image dimensions.
diff --git a/imagesize-conduit.cabal b/imagesize-conduit.cabal
--- a/imagesize-conduit.cabal
+++ b/imagesize-conduit.cabal
@@ -1,11 +1,11 @@
 Name:                imagesize-conduit
-Version:             1.0.0.3
+Version:             1.0.0.4
 Synopsis:            Determine the size of some common image formats.
 Description:         Currently supports PNG, GIF, and JPEG. This package provides a Sink that will consume the minimum number of bytes necessary to determine the image dimensions.
 License:             BSD3
 License-file:        LICENSE
 Author:              Michael Snoyman
-Maintainer:          Mikael Brockman <mikael@silk.co>, Felipe Lessa <felipe.lessa@gmail.com>
+Maintainer:          Silk <code@silk.co>, Felipe Lessa <felipe.lessa@gmail.com>
 Category:            Graphics, Conduit
 Build-type:          Simple
 Cabal-version:       >=1.8
@@ -14,6 +14,9 @@
                      test/logo.png
                      test/logo.gif
                      test/logo.jpg
+                     CHANGELOG.md
+                     README.md
+                     LICENSE
 
 Library
   Exposed-modules:     Data.Conduit.ImageSize
