diff --git a/changelog.markdown b/changelog.markdown
--- a/changelog.markdown
+++ b/changelog.markdown
@@ -86,3 +86,6 @@
 
 ## 0.12.2.1
 Changed references to author's domain-name.
+
+## 0.12.2.2
+Updated list of test-compilers.
diff --git a/regexdot.cabal b/regexdot.cabal
--- a/regexdot.cabal
+++ b/regexdot.cabal
@@ -14,7 +14,7 @@
 -- along with RegExDot.  If not, see <http://www.gnu.org/licenses/>.
 
 Name:		regexdot
-Version:	0.12.2.1
+Version:	0.12.2.2
 Cabal-version:	>= 1.10
 Copyright:	(C) 2010-2015 Dr. Alistair Ward
 License:	GPL
@@ -25,7 +25,7 @@
 Build-type:	Simple
 Description:	Provides a portable, POSIX, extended regex-engine, designed to process a list of /arbitrary/ objects.
 Category:	Search, Regex
-Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6
+Tested-with:	GHC == 7.4, GHC == 7.6, GHC == 7.8, GHC == 7.10, GHC == 8.0, GHC == 8.2, GHC == 8.4, GHC == 8.6, GHC == 8.8, GHC == 8.10
 Homepage:	https://functionalley.com/RegExDot/regExDot.html
 Maintainer:	mailto:regexdot@functionalley.com
 Bug-reports:	mailto:regexdot@functionalley.com
