diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for gloss-raster-massiv
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.1.0.0 -- 2023-07-25
 
 * First version. Released on an unsuspecting world.
+
+## 0.1.0.1 -- 2023-07-25
+
+* Updated version 0.1.0.0 release date.
+* Added makeFrame function in Graphics.Gloss.Raster.Array to module exports.
diff --git a/gloss-raster-massiv.cabal b/gloss-raster-massiv.cabal
--- a/gloss-raster-massiv.cabal
+++ b/gloss-raster-massiv.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.1.0.0
+version:            0.1.0.1
 
 -- A short (one-line) description of the package.
 synopsis: Massiv-based alternative for gloss-raster
diff --git a/src/Graphics/Gloss/Raster/Array.hs b/src/Graphics/Gloss/Raster/Array.hs
--- a/src/Graphics/Gloss/Raster/Array.hs
+++ b/src/Graphics/Gloss/Raster/Array.hs
@@ -25,6 +25,7 @@
                                      playArrayMassiv,
                                      animateArrayMassivIO,
                                      playArrayMassivIO,
+                                     makeFrame,
                                      sizeOfDisplay 
                                    ) where
 
