From 8e75188fa76d791e3a18003a489b5c40c780e619 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Thu, 30 May 2024 00:35:12 +0300 Subject: [PATCH] chore(master): release 2.2.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index ba670875..6a4aaea3 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.0" + ".": "2.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4194f098..55d4f66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.2.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.1.0...v2.2.0) (2024-05-29) + + +### Features + +* add coding standards workflow ([ba25a67](https://github.com/wayofdev/laravel-starter-tpl/commit/ba25a67fb65cccefccbd1b9805382e30ed42d3e6)) +* add security workflow ([6db4610](https://github.com/wayofdev/laravel-starter-tpl/commit/6db46107df4c1e9f57ea3018c4e6073e135f56ca)) +* add stan workflow ([236ca95](https://github.com/wayofdev/laravel-starter-tpl/commit/236ca957ba820aace9104c6be8afd173e59f7cc9)) +* update deployment workflows ([c67f6d0](https://github.com/wayofdev/laravel-starter-tpl/commit/c67f6d074ae15d95faed453e4de15122b0dee3e6)) +* update deployment workflows ([44014c7](https://github.com/wayofdev/laravel-starter-tpl/commit/44014c7ba95bcc3640e1846b55bc1b88a3cc8dcd)) + + +### Bug Fixes + +* phpstan errors with query builder filters ([3d07f67](https://github.com/wayofdev/laravel-starter-tpl/commit/3d07f67bcf17c7f8a7ca348511473f9b1483fc5b)) + + +### Continuous Integration + +* update composer ([f600aaa](https://github.com/wayofdev/laravel-starter-tpl/commit/f600aaa38d56eb2ee8774626cf2d750804969df2)) +* update default version to php 8.3 ([2c77b3a](https://github.com/wayofdev/laravel-starter-tpl/commit/2c77b3a34b2cdca853b179241303c8d88f92a66e)) + ## [2.1.0](https://github.com/wayofdev/laravel-starter-tpl/compare/v2.0.0...v2.1.0) (2024-05-29)