diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c130f7..f1d65b4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,13 @@ Changes for the upcoming release can be found in [changelog.d](https://github.co
+
+## 2.0.1 (2023-07-07)
+
+### Bug fixes
+
+- Pin Pydantic to version 1.x for now. neophile will require changes to work properly with Pydantic 2.x, which will be done after Safir adds support for it.
+
## 2.0.0 (2023-07-07)
diff --git a/changelog.d/20230707_153200_rra_DM_39919.md b/changelog.d/20230707_153200_rra_DM_39919.md
deleted file mode 100644
index 1037264..0000000
--- a/changelog.d/20230707_153200_rra_DM_39919.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### Bug fixes
-
-- Pin Pydantic to version 1.x for now. neophile will require changes to work properly with Pydantic 2.x, which will be done after Safir adds support for it.