diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.1.4: Forgot to export KeyT
+
 1.1.3: Made Key monad into monad transformer
 
 1.1.2: Fixed small thing in documentation of HKeySet
diff --git a/Data/HKey.hs b/Data/HKey.hs
--- a/Data/HKey.hs
+++ b/Data/HKey.hs
@@ -4,6 +4,7 @@
             , createKey
             -- * Key Monad
             , KeyM
+            , KeyT
             , getKey
             , runKeyT) where
 
diff --git a/Data/HKeyPrivate.hs b/Data/HKeyPrivate.hs
--- a/Data/HKeyPrivate.hs
+++ b/Data/HKeyPrivate.hs
@@ -16,6 +16,7 @@
             , T
             , createKey
             , KeyM
+            , KeyT
             , getKey
             , runKeyT) where
 
diff --git a/HMap.cabal b/HMap.cabal
--- a/HMap.cabal
+++ b/HMap.cabal
@@ -1,5 +1,5 @@
 Name:                HMap
-Version:             1.1.3
+Version:             1.1.4
 Synopsis:	     Fast heterogeneous maps and unconstrained typeable like functionality.
 Description:         Fast heterogeneous maps based on Hashmaps  and type-able like functionality for type that are not typeable.
 License:             BSD3
