diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.1.2: Fixed small thing in documentation of HKeySet
+
 1.1.1: Fixed build failing..
 
 1.1.0 : Added HKeySet and Untypeable, reorganized the code
diff --git a/Data/HKeySet.hs b/Data/HKeySet.hs
--- a/Data/HKeySet.hs
+++ b/Data/HKeySet.hs
@@ -32,7 +32,7 @@
     -- * Difference and intersection
     , difference
     , intersection
-    --  KeySet-HMap functions
+    -- * KeySet-HMap functions
     , overlap
     , sameKeys
     , removeKeys
diff --git a/HMap.cabal b/HMap.cabal
--- a/HMap.cabal
+++ b/HMap.cabal
@@ -1,5 +1,5 @@
 Name:                HMap
-Version:             1.1.1
+Version:             1.1.2
 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
