diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -18,3 +18,7 @@
 
 * Third version. Added git repository and bug-tracker. Updated the dependencies.
 
+## 0.3.0.1 -- 2024-12-19
+
+* Third version revised A. Fixed email address of the maintainer in the cabal file.
+
diff --git a/mmsyn7ukr-common.cabal b/mmsyn7ukr-common.cabal
--- a/mmsyn7ukr-common.cabal
+++ b/mmsyn7ukr-common.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                mmsyn7ukr-common
-version:             0.3.0.0
+version:             0.3.0.1
 synopsis:            Some common for mmsyn7ukr and mmsyn7ukr-array functionality using SoX.
 description:         A program and a library that can be used as a simple basic interface to some SoX functionality.
 homepage:            https://hackage.haskell.org/package/mmsyn7ukr-common
@@ -10,7 +10,7 @@
 license:             MIT
 license-file:        LICENSE
 author:              OleksandrZhabenko
-maintainer:          olexandr.zhabenko@yahoo.com
+maintainer:          oleksandr.zhabenko@yahoo.com
 copyright:           (c) Oleksandr Zhabenko 2019-2022, 2024
 category:            Language, Sound
 build-type:          Simple
