diff --git a/docs/releasenotes/1.0.14.rst b/docs/releasenotes/1.0.14.rst
new file mode 100644
index 0000000000000000000000000000000000000000..6fd3eb9b678ca266c033e65d3fdef0dc4d814576
--- /dev/null
+++ b/docs/releasenotes/1.0.14.rst
@@ -0,0 +1,44 @@
+.. default-intersphinx:: django1.6 djblets1.0
+
+
+============================
+Djblets 1.0.14 Release Notes
+============================
+
+**Release date**: TBD
+
+
+djblets.testing
+===============
+
+* Added :py:meth:`TestCase.assertAttrsEqual()
+  <djblets.testing.testcases.TestCase.assertAttrsEqual>` for asserting against
+  an object's attributes.
+
+  This makes it easy to check whether an object has attributes that match a
+  dictionary of expected values.
+
+
+djblets.pipeline
+================
+
+* Fixed a compatibility issue with our own
+  :py:class:`djblets.pipeline.compilers.less.LessCompiler` when using
+  LessCSS 3.11.2+.
+
+
+djblets.util
+============
+
+* Fixed an exception when trying to use the :py:func:`{{...|thumbnail}}
+  <djblets.util.templatetags.djblets_images.thumbnail>` template filter on a
+  SVG file (:bug:`4687`).
+
+  Patch by André Klitzing.
+
+
+Contributors
+============
+
+* André Klitzing
+* Christian Hammond
diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst
index 5622b2fbcc57bf434554c56a44a952524b83b0b1..b221478c4efdde427287fbfbc0a0c4fb76fc1e09 100644
--- a/docs/releasenotes/index.rst
+++ b/docs/releasenotes/index.rst
@@ -11,6 +11,7 @@ Djblets Release Notes
 .. toctree::
    :maxdepth: 1
 
+   1.0.14
    1.0.13
    1.0.12
    1.0.11
