diff --git a/CHANGELOG.md b/CHANGELOG.md index 4900527..2d5bf8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## v1.4.2 (2024-09-23) + ### Features * feat: support AsymmetricVisibility in constructor promotion. diff --git a/src/Main.php b/src/Main.php index 71418a1..ab78622 100644 --- a/src/Main.php +++ b/src/Main.php @@ -13,7 +13,7 @@ final class Main { - public const VERSION = 'v1.4.1'; + public const VERSION = 'v1.4.2'; public function __construct( private string $directory,