diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# 0.10.1
+- fix: export sampleFromMemory
+
 # 0.10.0
 - add MP3 support
 - add pause support: soundUpdate takes a Bool (is paused) parameter
diff --git a/Sound/ProteaAudio.chs b/Sound/ProteaAudio.chs
--- a/Sound/ProteaAudio.chs
+++ b/Sound/ProteaAudio.chs
@@ -41,6 +41,7 @@
     sampleFromMemoryWav,
     sampleFromMemoryOgg,
     sampleFromMemoryMp3,
+    sampleFromMemory,
     sampleFromFile,
     sampleDestroy,
 
diff --git a/proteaaudio.cabal b/proteaaudio.cabal
--- a/proteaaudio.cabal
+++ b/proteaaudio.cabal
@@ -1,6 +1,6 @@
 Cabal-Version:       2.2
 Name:                proteaaudio
-Version:             0.10.0
+Version:             0.10.1
 Synopsis:            Simple audio library for Windows, Linux, OSX.
 Description:         Simple audio library for Windows, Linux, OSX. Supports PCM, Ogg, Mp3 and Wav playback and multichannel mixing.
 License:             BSD-3-Clause
