+<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 -->