diff --git a/changelog.txt b/changelog.txt
new file mode 100644
--- /dev/null
+++ b/changelog.txt
@@ -0,0 +1,1 @@
+1.0.0.2 - 2020-05-18 - Support GHC 8.10
diff --git a/data-ascii.cabal b/data-ascii.cabal
--- a/data-ascii.cabal
+++ b/data-ascii.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 Name:                data-ascii
-Version:             1.0.0.0
+Version:             1.0.0.2
 Synopsis:            Type-safe, bytestring-based ASCII values
 Description:         Type-safe, bytestring-based ASCII values.
 License:             BSD3
@@ -13,7 +13,8 @@
 Homepage:            https://github.com/typeclasses/ascii
 Bug-Reports:         https://github.com/typeclasses/ascii/issues
 Build-type:          Simple
-Tested-with:         GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3
+Tested-with:         GHC == 8.10.1, GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.3
+Extra-source-files:  changelog.txt
 
 Source-Repository head
     Type:     git
