diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
 # Changelog for Hedis
 
+## 0.10.9
+
+* Remove deprecation warnings
+
 ## 0.10.8
 
 * PR #121. make xgroupCreate return Status
diff --git a/hedis.cabal b/hedis.cabal
--- a/hedis.cabal
+++ b/hedis.cabal
@@ -1,5 +1,5 @@
 name:               hedis
-version:            0.10.8
+version:            0.10.9
 synopsis:
     Client library for the Redis datastore: supports full command set,
     pipelining.
@@ -59,7 +59,7 @@
 
 library
   hs-source-dirs:   src
-  ghc-options:      -Wall -fwarn-tabs
+  ghc-options:      -Wall -fwarn-tabs -Wno-warnings-deprecations
   if flag(dev)
     ghc-options:    -Werror
   if flag(dev)
