diff --git a/.github/workflows/update-icons.yml b/.github/workflows/update-icons.yml
index 3462b2982..718a6d1b1 100644
--- a/.github/workflows/update-icons.yml
+++ b/.github/workflows/update-icons.yml
@@ -41,6 +41,7 @@ jobs:
         if: env.has_changes == 'true'
         run: |
           git checkout -b bot/update-material-icons
+          hatch run changelog:add
           git add -A
           git commit -m "Update Material Icons"
           git push --set-upstream origin bot/update-material-icons