diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Changelog
 
+## [0.3.0.1] - 2025-07-15
+
+### Added
+
+* Support for time >= 1.14
+
 ## [0.3.0.0] - 2023-05-18
 
 ### Added
diff --git a/fuzzy-time.cabal b/fuzzy-time.cabal
--- a/fuzzy-time.cabal
+++ b/fuzzy-time.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- 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:           fuzzy-time
-version:        0.3.0.0
+version:        0.3.0.1
 description:    Fuzzy time types, parsing and resolution
 category:       Time
 homepage:       https://github.com/NorfairKing/fuzzy-time
diff --git a/src/Data/FuzzyTime/Types.hs b/src/Data/FuzzyTime/Types.hs
--- a/src/Data/FuzzyTime/Types.hs
+++ b/src/Data/FuzzyTime/Types.hs
@@ -124,7 +124,9 @@
 
 instance NFData FuzzyDay
 
+#if !MIN_VERSION_time(1,14,0)
 deriving instance Generic DayOfWeek
+#endif
 
 #if !MIN_VERSION_time(1,11,1)
 instance NFData DayOfWeek
