From c414673eee9a8f9d51bbf8d61fc9e3ef1e85b20e Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 3 Jul 2024 06:56:19 +0200 Subject: [PATCH] Prepare release --- ChangeLog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a754490..92370e9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,11 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles. -## [6.1.3] - 2024-MM-DD +## [6.1.3] - 2024-07-03 ### Changed * [#66](https://github.com/sebastianbergmann/exporter/pull/66): Avoid using the Reflection API for some classes +* This project now uses PHPStan instead of Psalm for static analysis ## [6.1.2] - 2024-06-18 @@ -157,7 +158,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Remove HHVM-specific code that is no longer needed -[6.1.3]: https://github.com/sebastianbergmann/exporter/compare/6.1.2...main +[6.1.3]: https://github.com/sebastianbergmann/exporter/compare/6.1.2...6.1.3 [6.1.2]: https://github.com/sebastianbergmann/exporter/compare/6.1.1...6.1.2 [6.1.1]: https://github.com/sebastianbergmann/exporter/compare/6.1.0...6.1.1 [6.1.0]: https://github.com/sebastianbergmann/exporter/compare/6.0.3...6.1.0