diff --git a/_includes/upgrade-notice.html b/_includes/upgrade-notice.html
new file mode 100644
--- /dev/null
+++ b/_includes/upgrade-notice.html
@@ -0,0 +1,6 @@
+<div class="hero-box" style="background: #ffd070;">
+  <h3>Prepare for the November 2020 protocol upgrade today!</h3>
+  <div>
+    All release versions 0.22.0 and later are compatible with the <a href="https://blog.bitcoinabc.org/2020/09/14/preparing-businesses-for-a-successful-network-upgrade/">planned protocol upgrade</a> that is scheduled to activate on <span style="font-weight: bold">November 15th, 2020</span>. Update early to keep your node in sync with the Bitcoin Cash network.
+  </div>
+</div>
diff --git a/css/main.css b/css/main.css
--- a/css/main.css
+++ b/css/main.css
@@ -690,6 +690,7 @@
   background: #e9f4ff;
   border-radius: 12px;
   padding: 20px;
+  margin: 5px;
 }
 
 .btn-primary {
diff --git a/releases.html b/releases.html
--- a/releases.html
+++ b/releases.html
@@ -7,8 +7,10 @@
 {% assign releases = site.data.github-releases %}
 {% assign latestVersion = releases[0].name %}
 
+{% include upgrade-notice.html %}
+
 <!-- Offset the version anchor of the first release so that the top of the page is in view -->
-<a class="offset-anchor" style="top: -220px" id="{{ latestVersion }}"></a>
+<a class="offset-anchor" style="top: -400px" id="{{ latestVersion }}"></a>
 
 <div class="hero-box">
   <h1>Download Bitcoin ABC {{ latestVersion }}</h1>