diff --git a/ChangeLog-9.5.md b/ChangeLog-9.5.md
index 626d7411489..dc6b3887500 100644
--- a/ChangeLog-9.5.md
+++ b/ChangeLog-9.5.md
@@ -2,6 +2,12 @@
All notable changes of the PHPUnit 9.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
+## [9.5.13] - 2022-MM-DD
+
+### Fixed
+
+* [#4871](https://github.com/sebastianbergmann/phpunit/issues/4871): Class `SebastianBergmann\CodeCoverage\Filter` is not found during PHPT tests when PHPUnit is used from PHAR
+
## [9.5.12] - 2022-01-21
### Fixed
@@ -110,6 +116,7 @@ All notable changes of the PHPUnit 9.5 release series are documented in this fil
* [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly
+[9.5.13]: https://github.com/sebastianbergmann/phpunit/compare/9.5.12...9.5
[9.5.12]: https://github.com/sebastianbergmann/phpunit/compare/9.5.11...9.5.12
[9.5.11]: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11
[9.5.10]: https://github.com/sebastianbergmann/phpunit/compare/9.5.9...9.5.10
diff --git a/build.xml b/build.xml
index a69aed7826b..24256243b10 100644
--- a/build.xml
+++ b/build.xml
@@ -439,6 +439,7 @@
+