diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -41,3 +41,7 @@
 ## 0.5.4.1 -- 2021-10-09
 
 * Fifth version revised E. Fixed incompleteness of the previous fixing.
+
+## 0.5.5.0 -- 2022-03-24
+
+* Fifth version revised F. Updated the dependency boundaries to support the latest GHC and Cabal versions.
diff --git a/string-interpreter.cabal b/string-interpreter.cabal
--- a/string-interpreter.cabal
+++ b/string-interpreter.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                string-interpreter
-version:             0.5.4.1
+version:             0.5.5.0
 synopsis:            Is used in the phonetic languages approach (e. g. in the recursive mode).
 description:         A library that has commonly used functions for the phonetic-languages implementations that deals with String data.
 homepage:            https://hackage.haskell.org/package/string-interpreter
@@ -20,6 +20,6 @@
   exposed-modules:     Interpreter.StringConversion
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.8 && <4.16
+  build-depends:       base >=4.8 && <5
   -- hs-source-dirs:
   default-language:    Haskell2010
