diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -78,3 +78,8 @@
 ## 0.4.3.0 -- 2020-01-31
 
 * Fourth version revised G. Added a README.markdown file.
+
+## 0.4.4.0 -- 2020-05-14
+
+* Fourth version revised H. Changed bounds of the dependency so that now a library is supported also for GHC 8.10* series.
+
diff --git a/mmsyn5.cabal b/mmsyn5.cabal
--- a/mmsyn5.cabal
+++ b/mmsyn5.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn5
-version:             0.4.3.0
+version:             0.4.4.0
 synopsis:            Various additional operations on lists (some with intermediate Monads)
 description:         A small library to deal with a little bit more complex operations on lists than Data.List module
 homepage:            https://hackage.haskell.org/package/mmsyn5
@@ -20,6 +20,6 @@
   exposed-modules:     Data.List.InnToOut.Basic, Data.List.InnToOut.Unsafe
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.7 && <4.14
+  build-depends:       base >=4.7 && <4.15
   -- hs-source-dirs:   
   default-language:    Haskell2010
