diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,3 +14,6 @@
 * This version adds functionality to support exporting and importing of execution environments.
 This functionality is provided via the 'toExport' and 'fromExport' functions.
 * Furthermore, this version also exports the initial reference.
+
+## 0.3.2.1 -- 2021-01-10
+* Add the toExport and fromExport functions to the exported functions in the pure module.
diff --git a/Language/Explorer/Pure.hs b/Language/Explorer/Pure.hs
--- a/Language/Explorer/Pure.hs
+++ b/Language/Explorer/Pure.hs
@@ -21,6 +21,8 @@
     , getPathsFromTo
     , getPathFromTo
     , executionGraph
+    , fromExport
+    , toExport
     ) where
 
 import qualified Language.Explorer.Monadic as ExplorerM
diff --git a/exploring-interpreters.cabal b/exploring-interpreters.cabal
--- a/exploring-interpreters.cabal
+++ b/exploring-interpreters.cabal
@@ -1,7 +1,7 @@
 cabal-version:       >=1.10
 
 name:                exploring-interpreters
-version:             0.3.2.0
+version:             0.3.2.1
 synopsis:            A generic exploring interpreter for exploratory programming
 -- synopsis:
 -- description:
