diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -2,6 +2,10 @@
 
 `test-certs` uses [PVP Versioning][1].
 
+## 0.1.1.1 -- 2024-07-10
+
+* Updated CI and Tested-With
+
 ## 0.1.1.0 -- 2024-06-03
 
 * Export defaultBasenames
diff --git a/test-certs.cabal b/test-certs.cabal
--- a/test-certs.cabal
+++ b/test-certs.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               test-certs
-version:            0.1.1.0
+version:            0.1.1.1
 synopsis:           create temporary SSL certificates in tests
 description:
   Its functions generate the certificates as files in a temporary directory.
@@ -20,7 +20,7 @@
 bug-reports:        https://github.com/adetokunbo/test-certs/issues
 build-type:         Simple
 extra-source-files: ChangeLog.md
-tested-with:        GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8
+tested-with:        GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.6 || ==9.8.2 || ==9.10.1
 source-repository head
   type:     git
   location: https://github.com/adetokunbo/test-certs.git
