diff --git a/Changelog.md b/Changelog.md index 782a098..c9c7835 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,8 @@ ## 4.x Series -## Unreleased -##### 2023-XX-YY +## 4.0.0 +##### 2024-04-25 - Dropped PHP 8.0 & PHP 8.1 Support - Dropped Laravel 9 Support diff --git a/resources/manifest.php b/resources/manifest.php index a696c70..c0fc836 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Cart Module', - 'version' => '4.x-dev' + 'version' => '4.0.0' ];