diff --git a/src/docs/releaseNotes/v1.4.1.md b/src/docs/releaseNotes/v1.4.1.md
new file mode 100644
index 0000000..4243991
--- /dev/null
+++ b/src/docs/releaseNotes/v1.4.1.md
@@ -0,0 +1,14 @@
+## Minor Changes
+
+- Added all new [How To](https://owlbear.rodeo/howTo) page with detailed tutorials on how to use Owlbear Rodeo.
+- Along with text tutorials there are also video tutorials on our new [YouTube Channel](https://www.youtube.com/channel/UCePe1wJC53_7fbBbSECG7YQ)
+- Added a grid type option for custom maps, this will be used in a future release to set the grid to hex.
+- Release notes can now be minimized and their video content viewed on the site.
+- Fixed a bug with map setting changes being carried to a new map when the old map is deleted.
+
+[Reddit]()
+[Twitter]()
+
+---
+
+Jul 12 2020
diff --git a/src/routes/ReleaseNotes.js b/src/routes/ReleaseNotes.js
index a8cffda..be17893 100644
--- a/src/routes/ReleaseNotes.js
+++ b/src/routes/ReleaseNotes.js
@@ -14,6 +14,7 @@ const v131 = raw("../docs/releaseNotes/v1.3.1.md");
const v132 = raw("../docs/releaseNotes/v1.3.2.md");
const v133 = raw("../docs/releaseNotes/v1.3.3.md");
const v140 = raw("../docs/releaseNotes/v1.4.0.md");
+const v141 = raw("../docs/releaseNotes/v1.4.1.md");
function ReleaseNotes() {
return (
@@ -37,6 +38,11 @@ function ReleaseNotes() {