diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,3 +5,6 @@
 * First version. Released on an unsuspecting world.
 Rewritten from the dobutokO3 package on Hackage using arrays and lists instead of vector-related functionality.
 
+## 0.1.1.0 -- 2022-02-19
+
+* First version revised A. Updated the dependencies. No code revision is made.
diff --git a/algorithmic-composition-complex.cabal b/algorithmic-composition-complex.cabal
--- a/algorithmic-composition-complex.cabal
+++ b/algorithmic-composition-complex.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                algorithmic-composition-complex
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Helps to create more complex experimental music from a file (especially timbre).
 description:         Uses SoX inside.
 homepage:            https://hackage.haskell.org/package/algorithmic-composition-complex
@@ -20,6 +20,6 @@
   exposed-modules:     Composition.Sound.Complex
   -- other-modules:
   -- other-extensions:
-  build-depends:       base >=4.8 && <4.15, bytestring >= 0.10.6 && <1, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1,  directory >=1.2.7 && <1.7, mmsyn7ukr-common >=0.1.1 && <1, mmsyn2-array >=0.1.1 && <1, ukrainian-phonetics-basic-array >=0.1.2 && <1, mmsyn7l >=0.9 && <1, phonetic-languages-simplified-base >=0.2 && <1, foldable-ix >=0.2 && <1, algorithmic-composition-basic >=0.1.1 && <1
+  build-depends:       base >=4.8 && <5, bytestring >= 0.10.6 && <1, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1,  directory >=1.2.7 && <1.7, mmsyn7ukr-common >=0.1.1 && <1, mmsyn2-array >=0.1.1 && <1, ukrainian-phonetics-basic-array-bytestring >=0.1 && <1, mmsyn7l >=0.9 && <1, phonetic-languages-simplified-base >=0.2 && <1, foldable-ix >=0.2 && <1, algorithmic-composition-basic >=0.1.1 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
