diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,6 +1,6 @@
 BSD Zero Clause License
 
-Copyright (c) 2025 Mercury Technologies, Inc.
+Copyright (c) 2026 Mercury Technologies, Inc.
 
 Permission to use, copy, modify, and/or distribute this software for any
 purpose with or without fee is hereby granted.
diff --git a/postgresql-simple-interval.cabal b/postgresql-simple-interval.cabal
--- a/postgresql-simple-interval.cabal
+++ b/postgresql-simple-interval.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name: postgresql-simple-interval
-version: 1.0.1.1
+version: 1.0.1.2
 synopsis: A simple interval type for PostgreSQL.
 description:
   This library provides a simple interval type for PostgreSQL. It supports
@@ -25,10 +25,10 @@
 common library
   build-depends:
     attoparsec ^>=0.14.4,
-    base >=4.13 && <4.22,
+    base >=4.13 && <4.23,
     bytestring >=0.10.10 && <0.13,
     postgresql-simple ^>=0.7,
-    time >=1.9.3 && <1.15,
+    time >=1.9.3 && <1.16,
 
   default-language: Haskell2010
   ghc-options:
@@ -64,7 +64,7 @@
   build-depends:
     persistent >=2.17 && <2.19,
     scientific ^>=0.3.8,
-    template-haskell >=2.15 && <2.24,
+    template-haskell >=2.15 && <2.25,
     text >=1.2.4 && <1.3 || >=2.0 && <2.2,
 
   -- cabal-gild: discover source/library
