diff --git a/haskell-neo4j-client.cabal b/haskell-neo4j-client.cabal
--- a/haskell-neo4j-client.cabal
+++ b/haskell-neo4j-client.cabal
@@ -1,5 +1,5 @@
 name:                haskell-neo4j-client
-version:             0.2.0.2
+version:             0.2.1.0
 synopsis:            A Haskell neo4j client
 description:         
     Library to interact with Neo4j databases. For now, its API covers basic operations for nodes, relationships, labels
diff --git a/src/Database/Neo4j/Batch.hs b/src/Database/Neo4j/Batch.hs
--- a/src/Database/Neo4j/Batch.hs
+++ b/src/Database/Neo4j/Batch.hs
@@ -6,7 +6,7 @@
     -- $use    
 
     -- * General
-    Batch, runBatch,
+    Batch, runBatch, BatchFuture(..),
     -- * Nodes
     createNode, getNode, deleteNode,
     -- * Relationships
