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 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)