diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,3 +54,8 @@
 improvements. Fixed issues with the numbering in the constraints. 
 Updated the documentation and dependencies boundaries. 
 
+## 0.4.1.0 -- 2023-05-25
+
+* Fourth version revised A. Fixed issues with operator precedence (&&) and (||). Now should behave 
+as defined in Haskell itself (as usual). 
+
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 The library is the new implementation of the ideas related to PhLADiPreLiO (Phonetic Languages
 Approach to Discovering the Preferred Line Options) for different languages. It uses hashes and
-has at the moment (as of the version 0.4.0.0) not the full functionality. The previous implementation 
+has at the moment (as of the version 0.4.1.0) not the full functionality. The previous implementation 
 and its documentation are at the links:
 
 https://hackage.haskell.org/package/phonetic-languages-simplified-generalized-examples-array
@@ -31,16 +31,21 @@
  Devotion
  ========
 
-P.S.: the author would like to devote this project to support the Foundation GASTROSTARS.
+The author would like to devote this project to support the Foundation GASTROSTARS.
+
 At the day of publication of the first version of the package (12/03/2023) there is
 the foundation founder's (this is [Emma Kok](https://www.emmakok.nl)) Birthday.
-And on the 17/03/2023 there is the author's Birthday. And at the 19/03/2023 is 
-St. Joseph the Betrothed Day.
 
+And on the 17/03/2023 there is the author's Birthday. 
+
+And at the 19/03/2023 is St. Joseph the Betrothed Day.
+
 On the 19/04/2023 there is Emma's namesday, the memory of St. Emma of Lesum or Emma of Stiepel 
 (also known as Hemma and Imma) Day.
 
 On the 14/05/2023 there is Mother's Day. It is also a good opportunity to support the foundation.
+
+On the 25/05/2023 there is Ascension Day according to Julian Greek Orthodox calendar. 
 
 If you would like to share some financial support, please, contact the foundation
 using the URL:
diff --git a/phladiprelio-general-simple.cabal b/phladiprelio-general-simple.cabal
--- a/phladiprelio-general-simple.cabal
+++ b/phladiprelio-general-simple.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               phladiprelio-general-simple
-version:            0.4.0.0
+version:            0.4.1.0
 
 -- A short (one-line) description of the package.
 synopsis:           A generalized functionality of PhLADiPreLiO for different languages that uses hash algorithms.
@@ -27,7 +27,7 @@
 
     -- LANGUAGE extensions used by modules in this package.
     other-extensions: NoImplicitPrelude
-    build-depends:    base >=4.13 && <5, rhythmic-sequences ==0.3.0.0, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0, phonetic-languages-permutations-array ==0.4.0.0, phonetic-languages-constraints-array ==0.6.1.1, phonetic-languages-simplified-base ==0.7.0.0
+    build-depends:    base >=4.13 && <5, rhythmic-sequences ==0.3.0.0, phonetic-languages-phonetics-basics ==0.10.0.2, phladiprelio-general-shared ==0.1.0.0, cli-arguments ==0.7.0.0, phonetic-languages-permutations-array ==0.4.0.0, phonetic-languages-constraints-array ==0.6.2.0, phonetic-languages-simplified-base ==0.7.0.0
     hs-source-dirs:   .
     default-language: Haskell2010
 
