diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -3,3 +3,7 @@
 ## 0.1.0.0 -- 2021-03-07
 
 * First version. Released on an unsuspecting world.
+
+## 0.1.1.0 --  2022-02-19
+
+* First version revised A. Updated the dependencies. No code revision is done.
diff --git a/algorithmic-composition-overtones.cabal b/algorithmic-composition-overtones.cabal
--- a/algorithmic-composition-overtones.cabal
+++ b/algorithmic-composition-overtones.cabal
@@ -2,7 +2,7 @@
 --   For further documentation, see http://haskell.org/cabal/users-guide/
 
 name:                algorithmic-composition-overtones
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Some variants of the overtones functions to generate a timbre.
 description:         Can be used with the Composition.Sound.Functional.Basics.overSoXSynthGG function or some other way.
 homepage:            https://hackage.haskell.org/package/algorithmic-composition-overtones
@@ -20,6 +20,6 @@
   exposed-modules:     Composition.Sound.Functional.OvertonesO
   -- other-modules:
   other-extensions:    BangPatterns
-  build-depends:       base >=4.8 && <4.15, algorithmic-composition-basic >=0.2.2 && <1
+  build-depends:       base >=4.8 && <5, algorithmic-composition-basic >=0.5 && <1
   -- hs-source-dirs:
   default-language:    Haskell2010
