diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,3 +4,7 @@
 
 * First version. Released on an unsuspecting world.
 
+## 0.1.1.0 -- 2023-09-22
+
+* First version revised A. Updated the dependency boundaries. Added devotion to the README.md.
+
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,8 +1,18 @@
 The module is intended to be used by both old and new projects related to PhLADiPreLiO.
 
-P.S.: the author would like to devote this project to support the Fund GASTROSTARS.
-If you would like to share some financial support, please, contact the fund
+Devotion
+========
+
+P.S.: the author would like to devote this project to support the [Foundation Gastrostars](https://gastrostars.nl).
+
+The version 0.1.1.0 is devoted to Nathalie Kok, the mother of the founder of the Foundation and the member of the foundation board, who has Birthday on the 22/09/2023.
+
+If you would like to share some financial support, please, contact the foundation
 using the URL:
 
-https://gastrostars.nl/hou-mij-op-de-hoogte
+[Contact Foundation GASTROSTARS](https://gastrostars.nl/hou-mij-op-de-hoogte)
+
+or 
+
+[Donation Page](https://gastrostars.nl/doneren)
 
diff --git a/phladiprelio-general-shared.cabal b/phladiprelio-general-shared.cabal
--- a/phladiprelio-general-shared.cabal
+++ b/phladiprelio-general-shared.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               phladiprelio-general-shared
-version:            0.1.0.0
+version:            0.1.1.0
 
 -- A short (one-line) description of the package.
 synopsis:           A shared by different general implementations of the PhLADiPreLiO functionality.
@@ -26,7 +26,7 @@
 
     -- LANGUAGE extensions used by modules in this package.
     other-extensions: BangPatterns, NoImplicitPrelude
-    build-depends:    base >=4.13 && <5, phonetic-languages-phonetics-basics ==0.10.0.2
+    build-depends:    base >=4.13 && <5, phonetic-languages-phonetics-basics ==0.10.1.0
     hs-source-dirs:   .
     default-language: Haskell2010
 
