diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,3 +34,8 @@
 ## 0.4.0.0 -- 2021-10-31
 
 * Fourth version. Switched back to the CaseBi.Arr.getBFstLSorted' function.
+
+## 0.4.1.0 -- 2022-01-17
+
+* Fourth version revised A. Updated the dependency boundaries so that the new phonetic-languages-ukrainian-array behaviour 
+takes its new place.
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-examples-common.cabal b/phonetic-languages-simplified-examples-common.cabal
--- a/phonetic-languages-simplified-examples-common.cabal
+++ b/phonetic-languages-simplified-examples-common.cabal
@@ -2,7 +2,7 @@
 -- further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-examples-common
-version:             0.4.0.0
+version:             0.4.1.0
 synopsis:            Some commonly used by phonetic-languages-simplified* series functions.
 description:         Are intended to be used by the phonetic-languages-simplified-lists-examples and phonetic-languages-simplified-examples-array packages.
 homepage:            https://hackage.haskell.org/package/phonetic-languages-simplified-examples-common
@@ -10,7 +10,7 @@
 license-file:        LICENSE
 author:              OleksandrZhabenko
 maintainer:          olexandr543@yahoo.com
-copyright:           (c) 2020-2021 Oleksandr Zhabenko
+copyright:           (c) 2020-2022 Oleksandr Zhabenko
 category:            Language, Math, Game
 build-type:          Simple
 extra-source-files:  CHANGELOG.md
@@ -20,6 +20,6 @@
   exposed-modules:     Phonetic.Languages.Simplified.DeEnCoding, Phonetic.Languages.Simplified.SimpleConstraints, Phonetic.Languages.Common
   -- other-modules:
   other-extensions:    BangPatterns
-  build-depends:       base >=4.8 && <4.16, phonetic-languages-constraints-array >=0.1 && <1, heaps >= 0.3.6.1 && <1, phonetic-languages-ukrainian-array >=0.8 && <1
+  build-depends:       base >=4.8 && <5, phonetic-languages-constraints-array >=0.1 && <1, heaps >= 0.3.6.1 && <1, phonetic-languages-ukrainian-array >=0.9.1 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
