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..047c92fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # 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 @vitejs/plugin-vue to v5.2.1 ([#1057](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1057)) ([c1cf8c2](https://github.com/Vatsim-Scandinavia/controlcenter/commit/c1cf8c2950b08d9ee567c1a8b87cb0c9b92a1273)) +* **deps:** update dependency barryvdh/laravel-debugbar to v3.14.9 ([#1064](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1064)) ([eb6f233](https://github.com/Vatsim-Scandinavia/controlcenter/commit/eb6f233a6c1b9df45b29b4c9dc9faaf758265169)) +* **deps:** update dependency chart.js to v4.4.6 ([#1044](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1044)) ([7e9db1e](https://github.com/Vatsim-Scandinavia/controlcenter/commit/7e9db1e682bb9cca6c1b601d1bfaf0ba9536072f)) +* **deps:** update dependency core-js to v3.39.0 ([#1052](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1052)) ([01b4b46](https://github.com/Vatsim-Scandinavia/controlcenter/commit/01b4b46312c4ac7cf711cd4afdd0ec3f6222e0cc)) +* **deps:** update dependency fakerphp/faker to v1.24.1 ([#1056](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1056)) ([a055b5c](https://github.com/Vatsim-Scandinavia/controlcenter/commit/a055b5cc349afae289d7a78fe94bb4d5e07a329a)) +* **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 laravel/pint to v1.18.3 ([#1066](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1066)) ([e955509](https://github.com/Vatsim-Scandinavia/controlcenter/commit/e955509e6c0f9f867d72edfd3ccb1f61080f27cb)) +* **deps:** update dependency phpunit/phpunit to v11.4.4 ([#1039](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1039)) ([3ab4ae0](https://github.com/Vatsim-Scandinavia/controlcenter/commit/3ab4ae0ef581a075cdd3ddeefec1c8ef201a3110)) +* **deps:** update dependency spatie/laravel-login-link to v1.4.0 ([#1055](https://github.com/Vatsim-Scandinavia/controlcenter/issues/1055)) ([3757de3](https://github.com/Vatsim-Scandinavia/controlcenter/commit/3757de35814804db8b655f1223254950fc3b8952)) +* **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 */ /*