diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,12 @@
 
 [KaC]: <https://keepachangelog.com/en/1.0.0/>
 
+## 0.1.0.1 (2019-12-02)
+
+### Non-Breaking
+
+* Bump `time` dependency version upper bound
+
 ## 0.1.0.0 (2019-12-01)
 
 ### Non-Breaking
diff --git a/ttc.cabal b/ttc.cabal
--- a/ttc.cabal
+++ b/ttc.cabal
@@ -1,5 +1,5 @@
 name:           ttc
-version:        0.1.0.0
+version:        0.1.0.1
 category:       Data, Text
 synopsis:       Textual Type Classes
 description:
@@ -21,6 +21,7 @@
   GHC ==8.2.2
    || ==8.4.4
    || ==8.6.5
+   || ==8.8.1
 
 extra-source-files:
   CHANGELOG.md
@@ -79,7 +80,7 @@
   build-depends:
       base
     , template-haskell
-    , time >=1.8 && <1.9
+    , time >=1.8 && <1.10
     , ttc
   default-language: Haskell2010
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
@@ -95,7 +96,7 @@
       Duration
   build-depends:
       base
-    , time >=1.8 && <1.9
+    , time >=1.8 && <1.10
     , ttc
   default-language: Haskell2010
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
@@ -112,7 +113,7 @@
   build-depends:
       base
     , template-haskell
-    , time >=1.8 && <1.9
+    , time >=1.8 && <1.10
     , ttc
   default-language: Haskell2010
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
@@ -145,7 +146,7 @@
   build-depends:
       base
     , template-haskell
-    , time >=1.8 && <1.9
+    , time >=1.8 && <1.10
     , ttc
   default-language: Haskell2010
   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
