diff --git a/docs/changelog.rst b/docs/changelog.rst
index 5626d9573c543df523d8f51ad20efa6d19b22b47..d9863c122887c11ab978032920dc487bf7d6a56d 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -32,6 +32,11 @@ For DB.iterkeys and DB.iteritems ``itertools.takewhile`` is a possible solution.
     it.seek(b'00002')
     print dict(takewhile(lambda item: item[0].startswith(b'00002'), it))
 
+**New Methods:**
+
+Make CompactRange available: :py:meth:`rocksdb.DB.compact_range`
+
+
 
 Version 0.2
 -----------
diff --git a/docs/conf.py b/docs/conf.py
index 443539057363b3ab602c8a7e05d1231ff1cfcbce..767d2916a26494512ccdd9cbfbdb989a5429269a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -55,9 +55,9 @@ copyright = u'2014, sh'
 # built documents.
 #
 # The short X.Y version.
-version = '0.2'
+version = '0.3'
 # The full version, including alpha/beta/rc tags.
-release = '0.2'
+release = '0.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.