diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.3
+
+- Support `time-1.x`.
+
 # 0.1.0.2
 
 - Drop dependency on `aeson`.
diff --git a/nri-postgresql.cabal b/nri-postgresql.cabal
--- a/nri-postgresql.cabal
+++ b/nri-postgresql.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           nri-postgresql
-version:        0.1.0.2
+version:        0.1.0.3
 synopsis:       Make queries against Postgresql.
 description:    Please see the README at <https://github.com/NoRedInk/haskell-libraries/tree/trunk/nri-postgresql#readme>.
 category:       Web
@@ -71,7 +71,7 @@
     , safe-exceptions >=0.1.7.0 && <1.3
     , template-haskell >=2.15.0.0 && <2.18
     , text >=1.2.3.1 && <1.3
-    , time >=1.8.0.2 && <1.13
+    , time >=1.8.0.2 && <2
   default-language: Haskell2010
 
 test-suite tests
@@ -125,5 +125,5 @@
     , safe-exceptions >=0.1.7.0 && <1.3
     , template-haskell >=2.15.0.0 && <2.18
     , text >=1.2.3.1 && <1.3
-    , time >=1.8.0.2 && <1.13
+    , time >=1.8.0.2 && <2
   default-language: Haskell2010
