diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7e00bfaea..275a1d54b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -46,6 +46,7 @@ jobs:
           --exclude '[^\w]todo[^\w]?'
           --exclude 'https://(www\.|old\.)?reddit\.com'
           --exclude 'https://www.patreon.com'
+          --exclude 'https://gamedev.social'
           ${{ steps.changed-files.outputs.changed_files }}
     - name: Install Zola
       run: |
diff --git a/content/news/052/gunbug.jpg b/content/news/052/gunbug.jpg
new file mode 100644
index 000000000..126c9a289
Binary files /dev/null and b/content/news/052/gunbug.jpg differ
diff --git a/content/news/052/index.md b/content/news/052/index.md
index 4200e3a79..b1be90c62 100644
--- a/content/news/052/index.md
+++ b/content/news/052/index.md
@@ -97,6 +97,29 @@ killing baddies using spells powered by pixel physics. This month was focused on
 [pixel-wizards-update-4]: https://www.slowrush.dev/news/ragdolls/
 [pixel-wizards-update-5]: https://www.slowrush.dev/news/fiddling-with-fire/
 
+### [Gunbug][gunbug]
+
+[![Gunbug](gunbug.jpg)][gunbug]
+
+Gunbug is a 2D online co-op horde survival shoot'em up game.
+
+Gunbug focuses on shooting lots of enemies with lots of guns. It can be played
+solo or with up to 10 players.
+
+It is built with the [Bevy] game engine. It uses [bevy_rapier] for ray casting,
+[bevy_kira_audio] for audio, and [renet] for networking. iOS and MacOS versions
+are built with [xbuild].
+
+You can wishlist the game on [Steam][gunbug]. Playtests start in the upcoming
+months. iOS and Android builds already work, but store pages don't exist yet.
+
+[gunbug]: https://store.steampowered.com/app/2946990?utm_source=this_month_in_rust
+[xbuild]: https://github.com/rust-mobile/xbuild
+[Bevy]: https://bevyengine.org
+[bevy_rapier]: https://github.com/dimforge/bevy_rapier
+[bevy_kira_audio]: https://github.com/NiklasEi/bevy_kira_audio
+[renet]: https://github.com/lucaspoffo/renet
+
 ## Engine Updates
 
 ### [godot-rust]