diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,8 @@
+2.5.6.1
+=======
+
+* Added `convertRaw` export.
+
 2.5.6.0
 =======
 
diff --git a/sdl2.cabal b/sdl2.cabal
--- a/sdl2.cabal
+++ b/sdl2.cabal
@@ -1,5 +1,5 @@
 name:                sdl2
-version:             2.5.6.0
+version:             2.5.6.1
 synopsis:            Both high- and low-level bindings to the SDL library (version 2.0.6+).
 description:
   This package contains bindings to the SDL 2 library, in both high- and
diff --git a/src/SDL/Event.hs b/src/SDL/Event.hs
--- a/src/SDL/Event.hs
+++ b/src/SDL/Event.hs
@@ -83,6 +83,7 @@
     -- * Auxiliary event data
   , InputMotion(..)
   , MouseButton(..)
+  , convertRaw
   ) where
 
 import Control.Monad.IO.Class (MonadIO, liftIO)
