diff --git a/changelog.d/20241015_192243_30907815+rjmello_HEAD.rst b/changelog.d/20241015_192243_30907815+rjmello_HEAD.rst
deleted file mode 100644
index 1a34913a5..000000000
--- a/changelog.d/20241015_192243_30907815+rjmello_HEAD.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Changed
-^^^^^^^
-
-- Bumped ``globus-sdk`` dependency to at least 3.46.0.
\ No newline at end of file
diff --git a/changelog.d/20241017_111821_30907815+rjmello_fix_authz_lm_auth_client.rst b/changelog.d/20241017_111821_30907815+rjmello_fix_authz_lm_auth_client.rst
deleted file mode 100644
index 22fd2744a..000000000
--- a/changelog.d/20241017_111821_30907815+rjmello_fix_authz_lm_auth_client.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-Bug Fixes
-^^^^^^^^^
-
-- Fixed a ``KeyError`` that occurred when using an ``AuthorizerLoginManager`` with
- a ``Client``, or when calling the ``AuthorizerLoginManager.get_auth_client()``
- method directly.
diff --git a/changelog.d/20241022_130023_kevin_batch_runtime_type_checking.rst b/changelog.d/20241022_130023_kevin_batch_runtime_type_checking.rst
deleted file mode 100644
index f7c62a698..000000000
--- a/changelog.d/20241022_130023_kevin_batch_runtime_type_checking.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-New Functionality
-^^^^^^^^^^^^^^^^^
-
-- Add runtime type-checking to |Batch| class; per user typo-induced question.
diff --git a/changelog.d/20241023_153605_30907815+rjmello_bump_parsl_2024_10_21.rst b/changelog.d/20241023_153605_30907815+rjmello_bump_parsl_2024_10_21.rst
deleted file mode 100644
index 7ca70ea04..000000000
--- a/changelog.d/20241023_153605_30907815+rjmello_bump_parsl_2024_10_21.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Changed
-^^^^^^^
-
-- Bumped ``parsl`` dependency version to `2024.10.21 `_.
diff --git a/changelog.d/20241023_194824_30907815+rjmello_HEAD.rst b/changelog.d/20241023_194824_30907815+rjmello_HEAD.rst
deleted file mode 100644
index 7fd5f03d5..000000000
--- a/changelog.d/20241023_194824_30907815+rjmello_HEAD.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-Changed
-^^^^^^^
-
-- Drop support for Python 3.8, which entered the end-of-life phase on
- 10-07-2024 (https://peps.python.org/pep-0569/).
diff --git a/docs/changelog.rst b/docs/changelog.rst
index ad0184730..28fc8f085 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -3,6 +3,33 @@ Changelog
.. scriv-insert-here
+.. _changelog-2.30.0:
+
+globus-compute-sdk & globus-compute-endpoint v2.30.0
+----------------------------------------------------
+
+New Functionality
+^^^^^^^^^^^^^^^^^
+
+- Add runtime type-checking to |Batch| class; per user typo-induced question.
+
+Bug Fixes
+^^^^^^^^^
+
+- Fixed a ``KeyError`` that occurred when using an ``AuthorizerLoginManager`` with
+ a ``Client``, or when calling the ``AuthorizerLoginManager.get_auth_client()``
+ method directly.
+
+Changed
+^^^^^^^
+
+- Bumped ``globus-sdk`` dependency to at least 3.46.0.
+
+- Bumped ``parsl`` dependency version to `2024.10.21 `_.
+
+- Drop support for Python 3.8, which entered the end-of-life phase on
+ 10-07-2024 (https://peps.python.org/pep-0569/).
+
.. _changelog-2.29.0:
globus-compute-sdk & globus-compute-endpoint v2.29.0