diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6db1d..76d2cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # CHANGELOG +## v1.2.5 (2024-01-17) + ### Features * support non-empty-array. If `non-empty-array` is specified, change the dependency arrow caption from `*` to `1..*` #55 diff --git a/src/Main.php b/src/Main.php index 564e41d..d8dacd7 100644 --- a/src/Main.php +++ b/src/Main.php @@ -14,7 +14,7 @@ final class Main { - const VERSION = 'v1.2.4'; + const VERSION = 'v1.2.5'; public function __construct(string $directory, Options $options) {