diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -92,3 +92,7 @@
 
 * Ninth version revised A. Fixed issues with the custom rhythmicity in the 'readRhythmicity' function. Some documentation
 improvements.
+
+## 0.9.2.0 -- 2022-03-24
+
+* Ninth version revised B. Updated the dependency boundaries to support the latest GHC and Cabal versions.
diff --git a/phonetic-languages-rhythmicity.cabal b/phonetic-languages-rhythmicity.cabal
--- a/phonetic-languages-rhythmicity.cabal
+++ b/phonetic-languages-rhythmicity.cabal
@@ -2,7 +2,7 @@
 -- For further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-rhythmicity
-version:             0.9.1.0
+version:             0.9.2.0
 synopsis:            Allows to estimate the rhythmicity properties for the text
 description:         Allows to estimate (somewhat to say, evaluate) the rhythmicity properties for the text. Inspired by the ancient Greek and Latin poetry.
 
@@ -22,6 +22,6 @@
   -- other-modules:
   other-extensions:    BangPatterns, MultiWayIf
   ghc-options:         -funbox-strict-fields
-  build-depends:       base >=4.7 && <4.15
+  build-depends:       base >=4.7 && <5
   -- hs-source-dirs:
   default-language:    Haskell2010
