diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for finitary
 
+## 1.0.0.1 -- 2019-09-17
+
+* Fix README (no code changes).
+
 ## 1.0.0.0 -- 2019-09-17
 
 * Rewritten documentation to be more clear, and state more laws.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -132,10 +132,8 @@
 ## What will this work on?
 
 Currently, we have tested ``finitary`` (meaning 'run tests, not just compiled')
-on GHC 8.4.4 and GHC 8.6.5. GHC 8.8.1 is still in the pipeline, as some of our
-dependencies don't support it yet, but as soon as they do, we plan to test with
-it also. If you would like any additional versions supported, please let us
-know.
+on GHC 8.4.4, GHC 8.6.5 and GHC 8.8.1. If you would like any additional versions 
+supported, please let us know.
 
 So far, the tests have all been on x86_64 GNU/Linux. If you have results on
 other platforms or architectures, please let us know too!
diff --git a/finitary.cabal b/finitary.cabal
--- a/finitary.cabal
+++ b/finitary.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:        +-+------- breaking API changes
 --                     | | +----- non-breaking API additions
 --                     | | | +--- code changes with no API change
-version:               1.0.0.0
+version:               1.0.0.1
 synopsis:              A better, more type-safe Enum.
 description:           Provides a type class witnessing that a type has
                        finitely-many inhabitants, as well as its cardinality.
