diff --git a/html/changelog.html b/html/changelog.html
index 1bef28eaa1e..bf7f95f4466 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -35,6 +35,13 @@
-->
+
01 October 2023
+
Geeves updated:
+
+ - Fixed airlock/docking controllers not having the correct Force and Abort processing states.
+ - Fixed industrial drills not picking up sand, coal, or platinum.
+
+
30 September 2023
Geeves updated:
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index 7d96022dd96..1ed40e08378 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -31525,3 +31525,8 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
2023-09-30:
Geeves:
- bugfix: Fixed mining coins not giving you the right options for dispensed equipment.
+2023-10-01:
+ Geeves:
+ - bugfix: Fixed airlock/docking controllers not having the correct Force and Abort
+ processing states.
+ - bugfix: Fixed industrial drills not picking up sand, coal, or platinum.
diff --git a/html/changelogs/geeves-docking_controller_fix.yml b/html/changelogs/geeves-docking_controller_fix.yml
deleted file mode 100644
index 5e81d0502e7..00000000000
--- a/html/changelogs/geeves-docking_controller_fix.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed airlock/docking controllers not having the correct Force and Abort processing states."
diff --git a/html/changelogs/geeves-ground_ore_fixes.yml b/html/changelogs/geeves-ground_ore_fixes.yml
deleted file mode 100644
index 96cd079bfc0..00000000000
--- a/html/changelogs/geeves-ground_ore_fixes.yml
+++ /dev/null
@@ -1,6 +0,0 @@
-author: Geeves
-
-delete-after: True
-
-changes:
- - bugfix: "Fixed industrial drills not picking up sand, coal, or platinum."