diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 290bba1f..fe836697 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.5" + ".": "6.0.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f324e779..a942c5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.6](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v6.0.5...v6.0.6) (2024-11-30) + + +### Bug Fixes + +* introduced caching ([3b3644a](https://github.com/Vatsim-Scandinavia/controlcenter/commit/3b3644acfbc29fb815b5618f806a685340a4ef8e)) + + +### Miscellaneous Chores + +* **deps:** update dependency laravel/framework to v11.31.0 [security] ([#1059](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1059)) ([962e44c](https://github.com/Vatsim-Scandinavia/controlcenter/commit/962e44c779cafafe45a39aabd344d2debeb352c9)) +* **deps:** update dependency vite to v5.4.11 ([#1058](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1058)) ([46b77d6](https://github.com/Vatsim-Scandinavia/controlcenter/commit/46b77d64b0f33c949e798b06232186c5715cd174)) + ## [6.0.5](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v6.0.4...v6.0.5) (2024-10-26) diff --git a/config/app.php b/config/app.php index efee0925..280ce20d 100755 --- a/config/app.php +++ b/config/app.php @@ -28,7 +28,7 @@ | */ /* x-release-please-start-version */ - 'version' => '6.0.5', + 'version' => '6.0.6', /* x-release-please-end */ /*