diff --git a/docs/changelog.rst b/docs/changelog.rst
index f31d6c49014a967ccd047e19e9a6aecda2e73a2f..271070559e27f86bffb22b2a18f2918d3425be43 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,6 +3,7 @@ Changelog
 
 Version 0.3
 -----------
+This version works with RocksDB version v3.11.
 
 Backward Incompatible Changes:
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
diff --git a/docs/index.rst b/docs/index.rst
index 3e770f463fc48f0708cca9dd88cd5d7d2d5ed224..35be5eec440f6c09631fe25b78e2eb419cd5e495 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,7 +11,7 @@ Python bindings to the C++ interface of http://rocksdb.org/ using cython::
     print db.get(b"a")
 
 
-Tested with python2.7 and python3.3 and RocksDB version 3.10
+Tested with python2.7 and python3.3 and RocksDB version 3.11
 
 .. toctree::
     :maxdepth: 2