diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -22,3 +22,7 @@
 
 * Second version revised A. Fixed issue with being wrongly defined for the meanD and meanF functions.
 
+## 0.2.2.0 -- 2022-03-24
+
+* Second version revised B. Updated the dependency boundaries to support the latest GHC and Cabal versions.
+
diff --git a/uniqueness-periods-vector-stats.cabal b/uniqueness-periods-vector-stats.cabal
--- a/uniqueness-periods-vector-stats.cabal
+++ b/uniqueness-periods-vector-stats.cabal
@@ -2,7 +2,7 @@
 -- For further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                uniqueness-periods-vector-stats
-version:             0.2.1.0
+version:             0.2.2.0
 synopsis:            A very basic descriptive statistics.
 description:         A very basic descriptive statistics. Functions use a tail recursion approach to compute the values and are strict by an accumulator.
 homepage:            https://hackage.haskell.org/package/uniqueness-periods-vector-stats
@@ -20,6 +20,6 @@
   exposed-modules:     Numeric.Stats
   -- other-modules:
   other-extensions:    BangPatterns, MagicHash
-  build-depends:       base >=4.7 && <4.15, ghc-prim >=0.3.1 && <1
+  build-depends:       base >=4.7 && <5, ghc-prim >=0.3.1 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
