diff --git a/coinbase-exchange.cabal b/coinbase-exchange.cabal
--- a/coinbase-exchange.cabal
+++ b/coinbase-exchange.cabal
@@ -1,5 +1,5 @@
 name:                coinbase-exchange
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Connector library for the coinbase exchange.
 description:         Access library for the coinbase exchange. Allows the use
                      of both the public market data API as well as the private
diff --git a/src/Coinbase/Exchange/Types.hs b/src/Coinbase/Exchange/Types.hs
--- a/src/Coinbase/Exchange/Types.hs
+++ b/src/Coinbase/Exchange/Types.hs
@@ -35,6 +35,8 @@
     , ExceptT
     , runExchange
     , runExchangeT
+    , execExchange
+    , execExchangeT
 
     , getManager
     ) where
