diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,3 +25,8 @@
 * Fourth version revised B. Fixed issue with the output with "white" half-lines. The function
   Phladiprelio.General.splitGroups is changed.
 
+## 0.4.3.0 -- 2024-04-08
+
+* Fourth version revised C. Added Github repository and bug-tracker.
+
+
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2023 Oleksandr Zhabenko
+Copyright (c) 2023-2024 Oleksandr Zhabenko
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff --git a/Phladiprelio/Halfsplit.hs b/Phladiprelio/Halfsplit.hs
--- a/Phladiprelio/Halfsplit.hs
+++ b/Phladiprelio/Halfsplit.hs
@@ -1,4 +1,3 @@
-
 -- |
 -- Module      :  Phladiprelio.Halfsplit
 -- Copyright   :  (c) OleksandrZhabenko 2023
@@ -111,3 +110,4 @@
              1 -> putStr " " >> mapM putStrLn (take 2 xss)
              m -> if m == l then mapM putStrLn ((\(x:y:xs) -> x:(' ':y):xs) . drop (l - 2) $ xss) else mapM putStrLn []) >> putStrLn poststr
          where l = length xss
+
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -3,7 +3,15 @@
 
 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 mentioned foundation
+The version 0.3.0.0 is devoted to [Enzo Kok](https://enzokok.nl) whose Birthday is on the 14th of August.
+
+On the 12/03/2024 there was a Birthday of Emma Kok, the foundation founder. She turned 16. Therefore, the release 0.7.0.0 is additionally devoted i.e. tributed to her.
+
+Besides, you can support Ukrainian people in various forms.
+
+All support is welcome, including donations for the needs of the Ukrainian army, IDPs and refugees. 
+
+If you would like to share some financial support with the Foundation Gastrostars, please, contact the mentioned foundation
 using the URL:
 
 [Contact Foundation GASTROSTARS](https://gastrostars.nl/hou-mij-op-de-hoogte)
@@ -12,5 +20,4 @@
 
 [Donation Page](https://gastrostars.nl/doneren)
 
-The version 0.3.0.0 is devoted to [Enzo Kok](https://enzokok.nl) whose Birthday is on the 14th of August.
 
diff --git a/halfsplit.cabal b/halfsplit.cabal
--- a/halfsplit.cabal
+++ b/halfsplit.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               halfsplit
-version:            0.4.2.0
+version:            0.4.3.0
 
 -- A short (one-line) description of the package.
 synopsis:           A library to provide special kind of two-column output for Phladiprelio. 
@@ -16,6 +16,7 @@
 license-file:       LICENSE
 author:             Oleksandr Zhabenko
 maintainer:         oleksandr.zhabenko@yahoo.com
+bug-reports:        https://github.com/Oleksandr-Zhabenko/halfsplit/issues
 
 -- A copyright notice.
 copyright:          Oleksandr Zhabenko
