diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -144,3 +144,8 @@
 
 * Seventh version revised B. Fixed bounds of the dependencies so that now it is supported also for GHC 8.10* series.
 
+## 0.7.3.0 -- 2020-06-01
+
+* Seventh version revised C. Added Melodics.Executable.recFileName function to the export list of the module because it is re-used by the dobutokO-poetry 
+package.
+
diff --git a/Melodics/Executable.hs b/Melodics/Executable.hs
--- a/Melodics/Executable.hs
+++ b/Melodics/Executable.hs
@@ -13,6 +13,7 @@
   , workWithInput
   , rawToSoundFile
   , printInfoF
+  , recFileName
 )
 where
 
@@ -45,6 +46,7 @@
     then rawToSoundFile zs nameSF (fromJust ts)
     else printInfoF
 
+-- | Is used to retriev the user-defined file name for the record.
 recFileName :: IO String
 recFileName = do 
   putStrLn "Please, specify the name of the resulting sound file. Please, do NOT use '}' character and space or control characters!"
diff --git a/mmsyn6ukr.cabal b/mmsyn6ukr.cabal
--- a/mmsyn6ukr.cabal
+++ b/mmsyn6ukr.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn6ukr
-version:             0.7.2.0
+version:             0.7.3.0
 synopsis:            A musical instrument synthesizer or a tool for Ukrainian language listening
 description:         A program can be used as a musical instrument synthesizer or for Ukrainian speech synthesis especially for poets and writers
 homepage:            https://hackage.haskell.org/package/mmsyn6ukr
