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..77780537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # 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 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 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 */ /*