diff --git a/HelpEsbClient.hs b/HelpEsbClient.hs
--- a/HelpEsbClient.hs
+++ b/HelpEsbClient.hs
@@ -13,6 +13,8 @@
 -- * Classes
   EsbSend
 , EsbRecieve
+, EsbSendExternal
+, EsbRecieveExternal
 -- * Raw Exported Functions
 , getSocket
 , sendSocketData
@@ -21,6 +23,8 @@
 -- * ESB Functions
 , esbSend
 , esbRecieve
+, esbSendExternal
+, esbRecieveExternal
 , esbInit
 , esbListen
 -- * Utility Functions
diff --git a/help-esb.cabal b/help-esb.cabal
--- a/help-esb.cabal
+++ b/help-esb.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                help-esb
-version:             0.1.4
+version:             0.1.5
 synopsis:            A Haskell client for the Help.com team's ESB.
 description:         A Haskell client for the Help.com team's ESB.
 homepage:            https://github.com/helpdotcom/help-esb.hs
