diff --git a/CHANGELOG b/CHANGELOG index 4a4af54..90ae805 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ +VERSION 6 LARAVEL 11 COMPATIBILITY +=================================== + + Version 6.0 - Laravel 11 compatibility + 09/08/2024 08:21 6.0.0 initial release + 5dbf8a2 Update README.md + 0e12a19 Add newer php versions to the pipeline + 6a7cbfd Laravel 11 compatibility + 2bea40d Bump @babel/traverse from 7.9.6 to 7.23.2 + 240f7de Bump debug from 4.1.1 to 4.3.4 + VERSION 5 LARAVEL 9 COMPATIBILITY ================================== diff --git a/composer.json b/composer.json index 70c7e70..73c813e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "42coders/document-templates", "description": "Document template management package.", - "version": "5.2.0", + "version": "6.0.0", "license": "MIT", "require": { "php" : "^8.0",