diff --git a/ascii-th.cabal b/ascii-th.cabal
--- a/ascii-th.cabal
+++ b/ascii-th.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.0
 
 name: ascii-th
-version: 1.0.0.0
+version: 1.0.0.2
 synopsis: Template Haskell support for ASCII
 category: Data, Text
 
@@ -18,8 +18,10 @@
 
 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
     location: git://github.com/typeclasses/ascii.git
@@ -34,8 +36,8 @@
 
     build-depends: ascii-char       >= 1.0  && < 1.1
     build-depends: ascii-superset   >= 1.0  && < 1.1
-    build-depends: base             >= 4.11 && < 4.14
-    build-depends: template-haskell >= 2.13 && < 2.16
+    build-depends: base             >= 4.11 && < 4.15
+    build-depends: template-haskell >= 2.13 && < 2.17
 
     exposed-modules: ASCII.TemplateHaskell
     exposed-modules: ASCII.QuasiQuoters
diff --git a/changelog.txt b/changelog.txt
new file mode 100644
--- /dev/null
+++ b/changelog.txt
@@ -0,0 +1,2 @@
+1.0.0.0 - 2020-05-05 - Initial release
+1.0.0.2 - 2020-05-18 - Support GHC 8.10
