diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 0.1.1.3
+
+- Relax version bounds to include `tasty` 1.4.
+
 # 0.1.1.2
 
 - Relax version bounds of `tasty` and `ansi-terminal` dependencies.
diff --git a/tasty-test-reporter.cabal b/tasty-test-reporter.cabal
--- a/tasty-test-reporter.cabal
+++ b/tasty-test-reporter.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 680fba18f273b6e9eb28be202c91eed0057b1f6383dd32d0f3792181add68988
+-- hash: 706f77444460ee6f18b9b5517952c75e7b8dd5ff4111873105b8f86eeb997d7a
 
 name:           tasty-test-reporter
-version:        0.1.1.2
+version:        0.1.1.3
 synopsis:       Producing JUnit-style XML test reports.
 description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>.
 category:       Testing
@@ -47,7 +47,7 @@
     , safe-exceptions >=0.1 && <0.2
     , stm >=2.4 && <2.6
     , tagged >=0.8 && <0.9
-    , tasty >=0.1 && <1.4
+    , tasty >=0.1 && <1.5
     , text >=1.2 && <1.3
   default-language: Haskell2010
 
@@ -60,7 +60,7 @@
       test
   build-depends:
       base
-    , tasty >=1.1 && <1.4
+    , tasty
     , tasty-hunit
     , tasty-test-reporter
   default-language: Haskell2010
