diff --git a/docs/changelog.rst b/docs/changelog.rst
index 18369a78b066b0c7b564e0165ab270099039c07f..988a3ebf2f7377c992b6be958e312ca2a45933a9 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,6 +3,7 @@ Changelog
 
 Version 0.4
 -----------
+This version works with RocksDB v3.12.
 
 * Added :py:func:`repair_db`.
 * Added :py:meth:`rocksdb.Options.row_cache`
diff --git a/docs/index.rst b/docs/index.rst
index 35be5eec440f6c09631fe25b78e2eb419cd5e495..44dc5672c849aa222eaa947c9ee231b9fab3f004 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.11
+Tested with python2.7 and python3.4 and RocksDB version 3.12
 
 .. toctree::
     :maxdepth: 2