diff --git a/CHANGELOG.md b/CHANGELOG.md index dae8b13..b781197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file. - Configuration system - Event system for plugin lifecycle -## [1.0.0] - 2025-06-14 +## [1.0.0] - 2025-10-02 ### Added - First stable release diff --git a/composer.json b/composer.json index a12f99b..42c80ef 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,7 @@ "description": "Laravel plugin engine for WhileSmart applications", "type": "library", "license": "proprietary", + "package-version": "1.0.0", "autoload": { "psr-4": { "WhileSmart\\LaravelPluginEngine\\": "src/"