diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,11 +14,15 @@
 
 ## 0.4.0.0 -- 2021-11-04
 
-* Fourth version. Alongside with the Char representation added also the Int8 to the 
+* Fourth version. Alongside with the Char representation added also the Int8 to the
 Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module.
 
 ## 0.4.1.0 -- 2021-11-05
 
-* Fourth version revised A. Added generalized functions versions to the 
+* Fourth version revised A. Added generalized functions versions to the
 Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base module.
 
+## 0.4.2.0 -- 2022-01-15
+
+* Fourth version revised B. Updated the dependency boundaries of the phonetic-languages-permutations-array for just
+easier update of the dependent packages.
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2020-2021 OleksandrZhabenko
+Copyright (c) 2020-2022 OleksandrZhabenko
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/phonetic-languages-simplified-base.cabal b/phonetic-languages-simplified-base.cabal
--- a/phonetic-languages-simplified-base.cabal
+++ b/phonetic-languages-simplified-base.cabal
@@ -3,7 +3,7 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-base
-version:             0.4.1.0
+version:             0.4.2.0
 synopsis:            A basics of the phonetic-languages functionality.
 description:         The  common for different realizations functionality. Just the necessary one.
 homepage:            https://hackage.haskell.org/package/phonetic-languages-simlified-base
@@ -21,6 +21,6 @@
   exposed-modules:     Phonetic.Languages.Simplified.DataG.Base, Phonetic.Languages.Simplified.StrictVG.Base, Phonetic.Languages.Simplified.Lists.UniquenessPeriodsG.Base
   -- other-modules:
   other-extensions:    BangPatterns, FlexibleContexts, MultiParamTypeClasses
-  build-depends:       base >=4.8 && <4.16, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.2 && <1
+  build-depends:       base >=4.8 && <5, subG >=0.5.2 && <1, phonetic-languages-permutations-array >=0.3 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
