diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,13 @@
 
 [KaC]: <https://keepachangelog.com/en/1.0.0/>
 
+## 1.5.0.1 (2026-01-10)
+
+### Non-Breaking
+
+* Bump `base` dependency version upper bound
+* Bump `template-haskell` dependency version upper bound
+
 ## 1.5.0.0 (2025-01-02)
 
 ### Breaking
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2019-2025 Travis Cardwell
+Copyright (c) 2019-2026 Travis Cardwell
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/src/Data/TTC.hs b/src/Data/TTC.hs
--- a/src/Data/TTC.hs
+++ b/src/Data/TTC.hs
@@ -2,7 +2,7 @@
 -- |
 -- Module      : Data.TTC
 -- Description : Textual Type Classes
--- Copyright   : Copyright (c) 2019-2025 Travis Cardwell
+-- Copyright   : Copyright (c) 2019-2026 Travis Cardwell
 -- License     : MIT
 --
 -- TTC, an initialism of /Textual Type Classes/, is a library that provides
diff --git a/src/Data/TTC/Wrapper.hs b/src/Data/TTC/Wrapper.hs
--- a/src/Data/TTC/Wrapper.hs
+++ b/src/Data/TTC/Wrapper.hs
@@ -2,7 +2,7 @@
 -- |
 -- Module      : Data.TTC.Wrapper
 -- Description : TTC wrapper types
--- Copyright   : Copyright (c) 2019-2025 Travis Cardwell
+-- Copyright   : Copyright (c) 2019-2026 Travis Cardwell
 -- License     : MIT
 --
 -- This module defines a @newtype@ wrapper for each 'TTC.Textual' data type.
diff --git a/ttc.cabal b/ttc.cabal
--- a/ttc.cabal
+++ b/ttc.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               ttc
-version:            1.5.0.0
+version:            1.5.0.1
 synopsis:           Textual Type Classes
 description:
   This library provides type classes for conversion between data types and
@@ -12,7 +12,7 @@
 license-file:       LICENSE
 author:             Travis Cardwell <travis.cardwell@extrema.is>
 maintainer:         Travis Cardwell <travis.cardwell@extrema.is>
-copyright:          Copyright (c) 2019-2025 Travis Cardwell
+copyright:          Copyright (c) 2019-2026 Travis Cardwell
 category:           Data, Text
 build-type:         Simple
 
@@ -26,10 +26,11 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.6
+   || ==9.6.7
    || ==9.8.4
-   || ==9.10.1
-   || ==9.12.1
+   || ==9.10.3
+   || ==9.12.2
+   || ==9.14.1
 
 source-repository head
   type: git
@@ -41,9 +42,9 @@
       Data.TTC
     , Data.TTC.Wrapper
   build-depends:
-      base >=4.13.0.0 && <4.22
+      base >=4.13.0.0 && <4.23
     , bytestring >=0.10.10.1 && <0.13
-    , template-haskell >=2.15.0.0 && <2.24
+    , template-haskell >=2.15.0.0 && <2.25
     , text >=1.2.4.0 && <2.2
     , text-short >=0.1.3 && <0.2
   default-language: Haskell2010
