From a4f45f856d38a2c0b72fa9f8d83e9c83f65f98be Mon Sep 17 00:00:00 2001 From: Valentin Udaltsov Date: Mon, 5 Aug 2024 07:53:17 +0300 Subject: [PATCH] Prepare 0.4.1 release --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f3999..c701843 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] 2024-08-05 + ### Fixed - Reflect trait @use PHPDoc in classes without a class-level PHPDoc.