diff --git a/docs/releasenotes/3.2.rst b/docs/releasenotes/3.2.rst
new file mode 100644
index 0000000000000000000000000000000000000000..e3cb80a9f4f2573517f2294123107397e29e89fd
--- /dev/null
+++ b/docs/releasenotes/3.2.rst
@@ -0,0 +1,46 @@
+.. default-intersphinx:: reviewbot3.0
+
+
+============================
+Review Bot 3.2 Release Notes
+============================
+
+**Release date**: TBD
+
+
+New Features
+============
+
+* Added Secret Scanning support for the enhanced API token format introduced
+  in Review Board 5.
+
+  `Learn more about enhanced API tokens.
+  <https://www.reviewboard.org/docs/releasenotes/reviewboard/5.0/#enhanced-api-tokens>`_
+
+
+Bug Fixes
+=========
+
+* Fixed a crash when using :ref:`Shellcheck <tool-shellcheck>` on Python 3.
+
+* Fixed a bad result when :ref:`PMD <tool-pmd>` reports zero results for a
+  file.
+
+* Fixed a crash when viewing the list of installed automated review tools in
+  the administration UI in Review Board 5.
+
+* The diff display for comments are now capped to 10 lines.
+
+  This is helpful for tools that may report line ranges for entire functions
+  or classes (such as :ref:`PMD <tool-pmd>`).
+
+  When the lines are capped, the original line range is shown in the comment,
+  so reviewers can still find all affected lines in the diff viewer.
+
+
+Contributors
+============
+
+* Christian Hammond
+* David Trowbridge
+* Michelle Aubin
diff --git a/docs/releasenotes/conf.py b/docs/releasenotes/conf.py
index e1bb01d7c03363f41a476ef579d5b9c25bab921c..a21e4274c5ce17c56a3b5602e90b5c31f0dd8391 100644
--- a/docs/releasenotes/conf.py
+++ b/docs/releasenotes/conf.py
@@ -368,6 +368,6 @@ intersphinx_mapping = {
 }
 
 extlinks = {
-    'docker': ('https://hub.docker.com/r/%s', ''),
-    'pypi': ('https://pypi.org/project/%s/', ''),
+    'docker': ('https://hub.docker.com/r/%s', '%s'),
+    'pypi': ('https://pypi.org/project/%s/', '%s'),
 }
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 74a17781ade43330401b635f35e7555edad08a69..a3cfe44705cb2e58bf3572b19b553d3994c70bf9 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -10,6 +10,7 @@ Review Bot Release Notes
 .. toctree::
    :maxdepth: 1
 
+   3.2
    3.1.1
    3.1
    3.0
