diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,12 @@
 # Revision history for hpc-codecov
 
-## 0.4.0.0 -- 2023-07
+## 0.4.1.0 -- 2023-09
 
+- Update package dependency version bound for the ``hpc`` and
+  ``tasty`` packages.
+
+## 0.4.0.0 -- 2023-07-10
+
 Add "--format" option to select the output report format. Add LCOV
 tracefile format for generated report.
 
@@ -30,7 +35,7 @@
 
 CI configuration update to manage git repository.
 
-## 0.2.0.1 -- 2021-01-2
+## 0.2.0.1 -- 2021-01-02
 
 Minor package dependency updates.
 
diff --git a/hpc-codecov.cabal b/hpc-codecov.cabal
--- a/hpc-codecov.cabal
+++ b/hpc-codecov.cabal
@@ -1,6 +1,6 @@
 cabal-version:       2.0
 name:                hpc-codecov
-version:             0.4.0.0
+version:             0.4.1.0
 synopsis:            Generate codecov report from hpc data
 license:             BSD3
 license-file:        LICENSE
@@ -20,10 +20,11 @@
   <https://github.com/8c6794b6/hpc-codecov#readme README> for
   more info.
 
-extra-source-files:
+extra-doc-files:
   README.md
   CHANGELOG.md
-  --
+
+extra-source-files:
   test/data/reciprocal/reciprocal.hs
   test/data/reciprocal/reciprocal.tix
   test/data/reciprocal/.hpc/Main.mix
@@ -65,7 +66,7 @@
                      , containers  >= 0.6   && < 0.8
                      , directory   >= 1.3.0 && < 1.4.0
                      , filepath    >= 1.4.1 && < 1.5
-                     , hpc         >= 0.6   && < 0.7
+                     , hpc         >= 0.6   && < 0.8
                      , time        >= 1.8   && < 1.13
   default-language:    Haskell2010
   ghc-options:         -Wall
@@ -89,7 +90,7 @@
                      , hpc-codecov
                        --
                      , process     >= 1.6   && < 1.7
-                     , tasty       >= 1.0   && < 1.5
+                     , tasty       >= 1.4   && < 1.6
                      , tasty-hunit >= 0.8   && < 1.0
   default-language:    Haskell2010
   ghc-options:         -Wall -threaded -rtsopts
