diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 0.4.4 [2026.01.10]
+* Allow building with `base-4.22.*` and `time-1.15.*` (GHC 9.14).
+* Allow building with `scotty-0.30.*`.
+* Remove unused `transformers` and `unordered-containers` dependencies.
+
 ## 0.4.3 [2024.10.26]
 * Allow building with `data-default-class-0.2.*`.
 * Drop support for pre-8.0 versions of GHC.
diff --git a/kansas-comet.cabal b/kansas-comet.cabal
--- a/kansas-comet.cabal
+++ b/kansas-comet.cabal
@@ -1,5 +1,5 @@
 Name:                kansas-comet
-Version:             0.4.3
+Version:             0.4.4
 Synopsis:            A JavaScript push mechanism based on the comet idiom
 Homepage:            https://github.com/ku-fpg/kansas-comet/
 Bug-reports:         https://github.com/ku-fpg/kansas-comet/issues
@@ -22,9 +22,11 @@
                    , GHC == 9.0.2
                    , GHC == 9.2.8
                    , GHC == 9.4.8
-                   , GHC == 9.6.6
-                   , GHC == 9.8.2
-                   , GHC == 9.10.1
+                   , GHC == 9.6.7
+                   , GHC == 9.8.4
+                   , GHC == 9.10.3
+                   , GHC == 9.12.2
+                   , GHC == 9.14.1
 Description:
   A transport-level remote JavaScript RESTful push mechanism.
 
@@ -36,21 +38,19 @@
   other-modules:       Paths_kansas_comet
   default-language:    Haskell2010
   build-depends:       aeson                >= 2        && < 2.3,
-                       base                 >= 4.9      && < 4.21,
-                       containers           >= 0.4      && < 0.8,
+                       base                 >= 4.9      && < 4.23,
+                       containers           >= 0.4      && < 0.9,
                        data-default-class   >= 0.0.1    && < 0.3,
                        -- TODO: Eventually, we should bump the lower version
                        -- bounds to >=0.20 so that we can remove some CPP in
                        -- Web.Scotty.Comet.
-                       scotty               >= 0.10     && < 0.23,
+                       scotty               >= 0.10     && < 0.31,
                        stm                  >= 2.2      && < 2.6,
                        text                 >= 0.11.3.1 && < 2.2,
-                       time                 >= 1.2      && < 1.13,
-                       transformers         >= 0.3      && < 0.7,
-                       unordered-containers >= 0.2.3    && < 0.3
+                       time                 >= 1.2      && < 1.16
 
   GHC-options: -Wall
 
 source-repository head
   type:     git
-  location: git://github.com/ku-fpg/kansas-comet.git
+  location: https://github.com/ku-fpg/kansas-comet.git
