diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -26,3 +26,7 @@
 with devotion to Foundation Gastrostars. Switched to NoImplicitPrelude extension 
 and updated the dependency boundaries.
 
+## 0.2.0.1 -- 2023-05-04
+
+* Second version revised A. Actually added README.md file to the source tarball.
+
diff --git a/README.md b/README.md
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+ Devotion
+ ========
+
+The author would like to devote this project to support the Foundation Gastrostars.
+
+If you would like to share some financial support, please, contact the foundation
+using the URL:
+
+[Contact Foundation GASTROSTARS](https://gastrostars.nl/hou-mij-op-de-hoogte)
+
diff --git a/sublists.cabal b/sublists.cabal
--- a/sublists.cabal
+++ b/sublists.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                sublists
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Allows to split lists into sublists with some patterns by quantity.
 description:         These patterns can be a list of numbers, or obtained from the monadic or applicative function. Leads to somewhat cycling or regularized structures from the length perspective (these ones can be transformed into other variativity types).
 homepage:            https://hackage.haskell.org/package/sublists
@@ -13,7 +13,7 @@
 copyright:           Oleksandr Zhabenko
 category:            Data
 build-type:          Simple
-extra-source-files:  ChangeLog.md
+extra-source-files:  ChangeLog.md, README.md
 cabal-version:       >=1.10
 
 library
