diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,3 +8,9 @@
 
 * Second version. Added new functions to the Phonetic.Languages.Simplified.StrictVG module accordingly to the updated dependency of
 phonetic-languages-permutations.
+
+
+## 0.2.1.0 -- 2020-11-20
+
+* Second version revised A. Fixed issue with not exporting the new functions. Some documentation improvements.
+
diff --git a/Phonetic/Languages/Simplified/StrictVG.hs b/Phonetic/Languages/Simplified/StrictVG.hs
--- a/Phonetic/Languages/Simplified/StrictVG.hs
+++ b/Phonetic/Languages/Simplified/StrictVG.hs
@@ -10,8 +10,12 @@
 {-# LANGUAGE BangPatterns #-}
 
 module Phonetic.Languages.Simplified.StrictVG (
+  -- * Working with vectors
   uniquenessVariants2GNB
   , uniquenessVariants2GNPB
+  -- * Working with lists
+  , uniquenessVariants2GNBL
+  , uniquenessVariants2GNPBL
 ) where
 
 import Phonetic.Languages.Permutations
diff --git a/phonetic-languages-simplified-common.cabal b/phonetic-languages-simplified-common.cabal
--- a/phonetic-languages-simplified-common.cabal
+++ b/phonetic-languages-simplified-common.cabal
@@ -3,7 +3,7 @@
 -- http://haskell.org/cabal/users-guide/
 
 name:                phonetic-languages-simplified-common
-version:             0.2.0.0
+version:             0.2.1.0
 synopsis:            A simplified version of the phonetic-languages-functionality
 description:         A simplified version of the phonetic-languages-functionality. Tries to use only necessary functionality and reduce the other one.
 homepage:            https://hackage.haskell.org/package/phonetic-languages-simlified-common
