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.0.1 -- 2024-03-24
+
+* Relax the upper bound of the time
+
 ## 0.1.0.0 -- 2024-03-24
 
 * Initial version.
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.0.0
+version:            0.1.0.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
 source-repository head
   type:     git
   location: https://github.com/adetokunbo/test-certs.git
@@ -35,7 +35,7 @@
     , HsOpenSSL   >=0.11.7   && <0.12
     , temporary   >=1.2      && <1.5
     , text        >=1.2.3    && <2.2
-    , time        >=1.10     && <1.13
+    , time        >=1.10     && <1.15
 
   default-language: Haskell2010
   ghc-options:
