diff --git a/CHANGES.md b/CHANGES.md
index d1fad5a48..e6bea810a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -10,6 +10,15 @@ creating a new release entry be sure to copy & paste the span tag with the
`actions:bind` attribute, which is used by a regex to find the text to be
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
+
+-------------------------------------------------------------------------------
+## __cylc-ui-2.2.0 (Upcoming)__
+
+### Enhancements
+
+[#1472](https://github.com/cylc/cylc-ui/pull/1472) -
+Added GScan refresh button
+
-------------------------------------------------------------------------------
## __cylc-ui-2.1.0 (Released 2023-09-07)__
diff --git a/src/components/cylc/gscan/GScan.vue b/src/components/cylc/gscan/GScan.vue
index a800f699d..5ecc78c1c 100644
--- a/src/components/cylc/gscan/GScan.vue
+++ b/src/components/cylc/gscan/GScan.vue
@@ -26,8 +26,8 @@ along with this program. If not, see