diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,16 @@
-## 0.2.4
+## 0.2.2.5
 
+* Support for GHC 8.8.x
+
+## 0.2.2.4
+
 * Support for GHC 8.6.x
 
-## 0.2.3
+## 0.2.2.3
 
 * Support for GHC 8.2.x and GHC 8.4.x
 
+## 0.2.2.1
 ## 0.2.2
 
 * Support for GHC 8.0.x
diff --git a/Win32-errors.cabal b/Win32-errors.cabal
--- a/Win32-errors.cabal
+++ b/Win32-errors.cabal
@@ -1,5 +1,5 @@
 name:                Win32-errors
-version:             0.2.2.4
+version:             0.2.2.5
 synopsis:            Alternative error handling for Win32 foreign calls
 description:
     This package provides an alternative to the Win32 library's error handling
@@ -15,13 +15,13 @@
 license-file:  LICENSE
 author:        Michael Steele
 maintainer:    mikesteele81@gmail.com
-copyright:     Michael Steele, 2014 - 2015
+copyright:     Michael Steele, 2014 - 2019
 category:      System
 build-type:    Simple
 cabal-version: 1.16
 homepage:      http://github.com/mikesteele81/win32-errors
 bug-reports:   http://github.com/mikesteele81/win32-errors/issues
-tested-with:   GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5
+tested-with:   GHC == 8.0.1, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, GHC == 8.6.5, GHC == 8.8.1
 extra-source-files:
     include/windows_cconv.h
     ChangeLog
@@ -36,7 +36,7 @@
     cc-options:  -fno-strict-aliasing
     build-depends:
           base             >= 4.6  && < 5.0
-        , template-haskell >= 2.8  && < 2.15
+        , template-haskell >= 2.8  && < 2.16
         , text             >= 0.11 && < 1.3
         , Win32            >= 2.2  && < 2.9
     exposed-modules:
