From 98d6f670eec1ab7de803cbfc46bad7aa51a26946 Mon Sep 17 00:00:00 2001 From: Laurent Constantin Date: Fri, 9 Jan 2026 16:37:43 +0100 Subject: [PATCH 1/2] Release v0.0.9 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9381b9..5700e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ ## [Unreleased] + +## [v0.0.9](https://github.com/biblioverse/TypesenseBundle/compare/v0.0.8...v0.0.9) + +### Feat + +* PHP 8.5 support + +### Fix + +* Possibly invalid array key type string|null +* **deps:** update symfony packages to v8 + + ## [v0.0.8](https://github.com/biblioverse/TypesenseBundle/compare/v0.0.7...v0.0.8) From cc2ae878caa54fc0eb4b8bad4b379a2cabb3fcc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 21:05:36 +0000 Subject: [PATCH 2/2] chore(deps): update webiny/action-conventional-commits action to v1.3.1 --- .github/workflows/coding-standards.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coding-standards.yaml b/.github/workflows/coding-standards.yaml index 580c0fb..ae1713f 100644 --- a/.github/workflows/coding-standards.yaml +++ b/.github/workflows/coding-standards.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v6 - - uses: webiny/action-conventional-commits@v1.3.0 + - uses: webiny/action-conventional-commits@v1.3.1 coding-standards: name: "coding-standards" runs-on: ubuntu-24.04