@@ -18,6 +18,7 @@ CodeRed CMS follows the ``[major].[minor].[maintenance]`` versioning scheme.
:maxdepth: 1
v0.15.0
+ v0.14.1
v0.14.0
v0.13.3
v0.13.2
@@ -0,0 +1,10 @@
+CodeRed CMS 0.14.1 release notes
+================================
+
+Bug Fixes
+---------
+* Prevent Google map block breakage by URL encoding search query.
+* Remove redundant div from rich text block.
+* Return correct FormSubmission object when processing and submitting a form.