diff --git a/docs/releasenotes/0.7.31.rst b/docs/releasenotes/0.7.31.rst
new file mode 100644
index 0000000000000000000000000000000000000000..58eaf3e4fd7756f6bd0efa5335c2552dc6413793
--- /dev/null
+++ b/docs/releasenotes/0.7.31.rst
@@ -0,0 +1,39 @@
+============================
+Djblets 0.7.30 Release Notes
+============================
+
+**Release date**: TBD
+
+
+Security Updates
+================
+
+This release depends on Django 1.4.14 or higher, which fixes a number of
+security vulnerabilities found.
+
+
+djblets.webapi
+==============
+
+* Added a :py:attr:`WebAPIResource.link_name` attribute for specifying the
+  name for links to the resource.
+
+  This defaults to the original value, which was that of
+  :py:attr:`WebAPIResource.name_plural`. It can be overridden to specify
+  any custom name.
+
+
+djblets.util.fields
+===================
+
+* Added a function to get the raw Base64 content on Base64Fields.
+
+  Base64Field now provides a :samp:`get_{fieldname}_base64()` on the class
+  that will return the actual Base64 content, rather than the decoded content.
+
+
+Contributors
+============
+
+* Christian Hammond
+* David Trowbridge
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 71ba0719a239a425885e75eef227d3231febd6ab..f72a495ad5ec380f42682bad6d5d986267018e41 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   0.7.31
    0.7.30
    0.7.29
    0.7.28
