diff --git a/CHANGELOG.md b/CHANGELOG.md
index daf8ce3c29..e5070e2af8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,6 +30,7 @@ Align ‘Warning text’ icon with first line of the content fixing [#1352](http
- [Pull request #1570: Prevent inputs ending up off screen or obscured by keyboards when linking from the error summary to inputs within a large fieldset](https://github.com/alphagov/govuk-frontend/pull/1570)
- [Pull request #1585: Explicitly set font weight on warning-text component](https://github.com/alphagov/govuk-frontend/pull/1585)
- [Pull request #1587: Fix height and alignment issue within header in Chrome 76+](https://github.com/alphagov/govuk-frontend/pull/1587)
+- [Pull request #1589: Remove role="button" from header button](https://github.com/alphagov/govuk-frontend/pull/1589)
## 3.2.0 (Feature release)
diff --git a/src/govuk/components/header/template.njk b/src/govuk/components/header/template.njk
index ff78b6c91a..c9e999aa6d 100644
--- a/src/govuk/components/header/template.njk
+++ b/src/govuk/components/header/template.njk
@@ -60,7 +60,7 @@
{% endif %}
{% if params.navigation %}
-
+