From 476039e57ceb3e6899a2d9d448ba5203cdfd6e97 Mon Sep 17 00:00:00 2001 From: "lendabot[bot]" <126705550+lendabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 18:58:25 +0000 Subject: [PATCH] chore: release 1.2.2 (#388) New release --- ## [1.2.2](https://github.com/Lendable/composer-license-checker/compare/1.2.1...1.2.2) (2024-11-29) ### Fixes / Maintenance * Bump minimum `symfony/process` version ([#387](https://github.com/Lendable/composer-license-checker/issues/387)) ([2e6787f](https://github.com/Lendable/composer-license-checker/commit/2e6787fedee3dc8775a07180d4a165d0bfe79e3f)) * **deps:** Allow PHP 8.4 ([#394](https://github.com/Lendable/composer-license-checker/issues/394)) ([27b6ecc](https://github.com/Lendable/composer-license-checker/commit/27b6eccad305347eb9d69097a2f11473f775589f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: lendabot[bot] <126705550+lendabot[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 41ea87d7..f6a9e150 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.2.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c200d4f..b32a54e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.2](https://github.com/Lendable/composer-license-checker/compare/1.2.1...1.2.2) (2024-11-29) + + +### Fixes / Maintenance + +* Bump minimum `symfony/process` version ([#387](https://github.com/Lendable/composer-license-checker/issues/387)) ([2e6787f](https://github.com/Lendable/composer-license-checker/commit/2e6787fedee3dc8775a07180d4a165d0bfe79e3f)) +* **deps:** Allow PHP 8.4 ([#394](https://github.com/Lendable/composer-license-checker/issues/394)) ([27b6ecc](https://github.com/Lendable/composer-license-checker/commit/27b6eccad305347eb9d69097a2f11473f775589f)) + ## [1.2.1](https://github.com/Lendable/composer-license-checker/compare/1.2.0...1.2.1) (2024-07-02)