From ce2a7f780762cdc8ae226184c33321b8167e617a Mon Sep 17 00:00:00 2001 From: Kofi Date: Thu, 2 Oct 2025 19:04:43 +0100 Subject: [PATCH] docs: Add release notes --- CHANGELOG.md | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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/"