diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6e99325..b1ab01f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ Find changes for the upcoming release in the project's [changelog.d](https://git
+
+## 10.0.0 (2024-07-11)
+
+### Backwards-incompatible changes
+
+- GitHub CI and refresh app config are now each a separate, all-or-nothing set of config that comes from a mix of a yaml file and env vars. This requires some new and different Helm values in Phalanx (see https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration)
+- The GitHub CI app now takes the scopes it assigns from config values, rather than hardcoding a list of scopes.
+
## 9.0.0 (2024-07-09)
diff --git a/changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md b/changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md
deleted file mode 100644
index 48f83d0a..00000000
--- a/changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-### Backwards-incompatible changes
-
-- GitHub CI and refresh app config are now each a separate, all-or-nothing set of config that comes from a mix of a yaml file and env vars. This requires some new and different Helm values in Phalanx (see https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration)
-- The GitHub CI app now takes the scopes it assigns from config values, rather than hardcoding a list of scopes.