diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+
+0.1.1
+=====
+
+Package changes:
+ * Removed a duplicate mention of the changelog file in the cabal
+   package description that used the wrong filename case (#1)
+
+0.1
+===
+
+* First version.
diff --git a/ChangeLog.md b/ChangeLog.md
deleted file mode 100644
--- a/ChangeLog.md
+++ /dev/null
@@ -1,5 +0,0 @@
-
-0.1
-===
-
-* First version.
diff --git a/word-wrap.cabal b/word-wrap.cabal
--- a/word-wrap.cabal
+++ b/word-wrap.cabal
@@ -1,5 +1,5 @@
 name:                word-wrap
-version:             0.1
+version:             0.1.1
 synopsis:            A library for word-wrapping
 description:         A library for wrapping long lines of text.
 license:             BSD3
@@ -9,8 +9,7 @@
 copyright:           2017 Jonathan Daugherty
 category:            Text
 build-type:          Simple
-extra-source-files:  ChangeLog.md
-cabal-version:       >=1.10
+cabal-version:       >=1.18
 Homepage:            https://github.com/jtdaugherty/word-wrap/
 Bug-reports:         https://github.com/jtdaugherty/word-wrap/issues
 
