From 315b8d97c20021ffafc00fbbf5bfc83a6560185f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 23:15:47 +0000 Subject: [PATCH] chore: release 3.4.0 --- .github/actions/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/actions/release-please/manifest.json b/.github/actions/release-please/manifest.json index ff1c7af5..2437b419 100644 --- a/.github/actions/release-please/manifest.json +++ b/.github/actions/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "3.3.0" + ".": "3.4.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 285c677c..bdff79a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.3.0...v3.4.0) (2025-08-01) + + +### Features + +* **#401:** Improve JSON field extraction by adding index support ([#402](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/402)) ([8d18b35](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/8d18b35ddbc4c9a059b5e6b4e22f12490b28c3f6)) + ## [3.3.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.2.2...v3.3.0) (2025-07-29)