diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.0.4
+
+- Expand version bounds to include xml-conduit 1.10.
+
 # 0.1.0.3
 
 - Expand version bounds to include tasty 1.5.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 BSD 3-Clause License
 
-Copyright (c) 2023, Jasper Woudenberg
+Copyright (c) 2025, Jasper Woudenberg
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/junit-xml.cabal b/junit-xml.cabal
--- a/junit-xml.cabal
+++ b/junit-xml.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.18
 
--- This file has been generated from package.yaml by hpack version 0.35.2.
+-- This file has been generated from package.yaml by hpack version 0.36.1.
 --
 -- see: https://github.com/sol/hpack
 
 name:           junit-xml
-version:        0.1.0.3
+version:        0.1.0.4
 synopsis:       Producing JUnit-style XML test reports.
 description:    Please see the README at <https://github.com/jwoudenberg/junit-xml>.
 category:       Web
@@ -13,7 +13,7 @@
 bug-reports:    https://github.com/jwoudenberg/junit-xml/issues
 author:         Jasper Woudenberg
 maintainer:     mail@jasperwoudenberg.com
-copyright:      2023 Jasper Woudenberg
+copyright:      2025 Jasper Woudenberg
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
@@ -37,7 +37,7 @@
   build-depends:
       base >=4.10.1.0 && <5
     , text
-    , xml-conduit >=1.5.0 && <1.10
+    , xml-conduit >=1.5.0 && <1.11
   default-language: Haskell2010
 
 test-suite spec
