diff --git a/ascii-char.cabal b/ascii-char.cabal
--- a/ascii-char.cabal
+++ b/ascii-char.cabal
@@ -1,7 +1,7 @@
 cabal-version: 3.0
 
 name: ascii-char
-version: 1.0.0.16
+version: 1.0.0.17
 synopsis: A Char type representing an ASCII character
 category: Data, Text
 
@@ -16,9 +16,9 @@
 maintainer: Chris Martin, Julie Moronuki
 
 homepage: https://github.com/typeclasses/ascii-char
-bug-Reports: https://github.com/typeclasses/ascii-char/issues
+bug-reports: https://github.com/typeclasses/ascii-char/issues
 
-extra-source-files: *.md
+extra-doc-files: *.md
 
 source-repository head
     type: git
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,8 @@
-### 1.0.0.16 (2022-10-04)
+### 1.0.0.17 (2022-12-30)
+
+Fix error in cabal file (change `extra-source-files` to `extra-doc-files`)
+
+### 1.0.0.16 (2022-12-27)
 
 Test suite now uses `hspec`
 
