diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -5,3 +5,7 @@
 * First version. Released on an unsuspecting world. Code is taken from the
 mmsyn7ukr package that is intended to be replaced by the new mmsyn7ukr-array package.
 Is provided for backward compatibility for mmsyn7ukr.
+
+## 0.1.1.0 -- 2021-01-15
+
+* First version revised A. Added more functions to the export of Sound.SoXBasics1 module.
diff --git a/Sound/SoXBasics1.hs b/Sound/SoXBasics1.hs
--- a/Sound/SoXBasics1.hs
+++ b/Sound/SoXBasics1.hs
@@ -15,8 +15,13 @@
 
 module Sound.SoXBasics1 (
   -- * Produce sound
+  -- ** General processment functions
+  moveSnd2Fst
+  , getULFromExt
+  , twoExceptions2Files
+  , threeFiles1Exception
   -- ** Amplitude modification
-  norm
+  , norm
   , normL
   , gainL
   , quarterSinFade
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.1.0.0
+version:             0.1.1.0
 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
