diff --git a/CHANGELOG.md b/CHANGELOG.md index 477cbdc..bbdffee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `sweet-alert` will be documented in this file. +## v7.2.0 - 2024-06-15 +- Added Laravel 11 Support +- Upgraded SweetAlert2 to latest version +- Bug Fixes +- Docs Updated + ## v7.1.0 - 2023-08-08 - Upgraded SweetAlert2 to latest version - Bug Fixes diff --git a/composer.json b/composer.json index 3b0fe5b..a15a9f7 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "docs": "https://realrashid.github.io/sweet-alert/" }, "require": { - "php": "^7.2|^8.0|^8.1", + "php": "^7.2|^8.0|^8.1|^8.2|^8.3", "laravel/framework": "^5.6|^6.0|^7.0|^8.0|^9.0|^9.11|9.14.*|^10.0|^11.0" }, "require-dev": { diff --git a/docs/changelog.md b/docs/changelog.md index 2c75c0f..82b8952 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ All notable changes to `sweet-alert` will be documented in this file. +## v7.2.0 - 2024-06-15 +- Added Laravel 11 Support +- Upgraded SweetAlert2 to latest version +- Bug Fixes +- Docs Updated + ## v7.1.0 - 2023-08-08 - Upgraded SweetAlert2 to latest version - Bug Fixes