diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,3 +5,8 @@
 * First version. Released on an unsuspecting world. A fork of the ukrainian-phonetics-basic package that transformed into
 an independent one. All the vector-related functionality has been removed.
 
+## 0.1.1.0 -- 2020-12-18
+
+* First version revised A. Changed the dependency boundaries to fix the array usage issue. Please, update to the new
+version to avoid the misusage.
+
diff --git a/ukrainian-phonetics-basic-array.cabal b/ukrainian-phonetics-basic-array.cabal
--- a/ukrainian-phonetics-basic-array.cabal
+++ b/ukrainian-phonetics-basic-array.cabal
@@ -2,7 +2,7 @@
 -- further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                ukrainian-phonetics-basic-array
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            A library to work with the basic Ukrainian phonetics and syllable segmentation.
 description:         A library to work with the basic Ukrainian phonetics and syllable segmentation. Rewritten from the mmsyn6ukr and mmsyn7s packages. Comparing to the ukrainian-phonetics-basic package, all the vector-related functionality removed, it also removed from the dependencies and the mmsyn2 is changed to mmsyn2-array.
 homepage:            https://hackage.haskell.org/package/ukrainian-phonetics-basic-array
@@ -20,6 +20,6 @@
   exposed-modules:     Languages.Phonetic.Ukrainian.Syllable.Arr, Melodics.ByteString.Ukrainian.Arr, Languages.Phonetic.Ukrainian.Syllable.Double.Arr
   -- other-modules:
   other-extensions:    DeriveDataTypeable, FlexibleInstances, OverloadedStrings
-  build-depends:       base >=4.7 && <4.15, mmsyn2-array >=0.1 && <1, bytestring >=0.10 && <0.13, mmsyn5 >=0.5 && <1
+  build-depends:       base >=4.7 && <4.15, mmsyn2-array >=0.1.1 && <1, bytestring >=0.10 && <0.13, mmsyn5 >=0.5 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
