diff --git a/CHANGELOG.md b/CHANGELOG.md
index 752f90a9..9cb61e56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,18 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co
+
+## 6.5.0 (2024-10-18)
+
+### New features
+
+- Add new `safir.kafka` module to simplify configuring and constructing Kafka clients. Included in this module is `safir.kafka.PydanticSchemaManager`, which supports registering and evolving Avro schemas in the Confluent schema registry via Pydantic models. Based on @jonathansick's [kafkit](https://kafkit.lsst.io/) work.
+- Add new `safir.metrics` module to enable publishing app metrics events.
+
+### Bug fixes
+
+- Fix integration issues with [vo-models](https://github.com/spacetelescope/vo-models) in the UWS support.
+
## 6.4.0 (2024-09-16)
diff --git a/changelog.d/20240919_141153_danfuchs_kafka.md b/changelog.d/20240919_141153_danfuchs_kafka.md
deleted file mode 100644
index de76de84..00000000
--- a/changelog.d/20240919_141153_danfuchs_kafka.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### New features
-
-- Add new `safir.kafka` module to simplify configuring and constructing Kafka clients.
diff --git a/changelog.d/20240924_161610_danfuchs_schema_manager.md b/changelog.d/20240924_161610_danfuchs_schema_manager.md
deleted file mode 100644
index 2e342298..00000000
--- a/changelog.d/20240924_161610_danfuchs_schema_manager.md
+++ /dev/null
@@ -1,4 +0,0 @@
-
-### New features
-
-- Add new `safir.schema_manager` module to enable registering and evloving avro schemas in the Confluent schema registry via Pydantic models. Based on @jonathansick's [kafkit](https://kafkit.lsst.io/) work.
diff --git a/changelog.d/20241002_170409_danfuchs_metrics_events2.md b/changelog.d/20241002_170409_danfuchs_metrics_events2.md
deleted file mode 100644
index 844fc6cf..00000000
--- a/changelog.d/20241002_170409_danfuchs_metrics_events2.md
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-### New features
-
-- Add new `safir.metrics` module to enable publishing app metrics events.
diff --git a/changelog.d/20241009_155401_danfuchs_vo_models_type_compatibility.md b/changelog.d/20241009_155401_danfuchs_vo_models_type_compatibility.md
deleted file mode 100644
index 6fc7d617..00000000
--- a/changelog.d/20241009_155401_danfuchs_vo_models_type_compatibility.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### Bug fixes
-
-- [vo-models](https://github.com/spacetelescope/vo-models) integration fixes