From 8b441c377b38b85bd362095b5a0c66c97b7d8847 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:53:54 +0000 Subject: [PATCH] chore: release 3.5.1 --- .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 bf0d0361..3549461d 100644 --- a/.github/actions/release-please/manifest.json +++ b/.github/actions/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.5.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d13175..2a14224c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.5.1](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.5.0...v3.5.1) (2025-09-12) + + +### Bug Fixes + +* **#446:** Restore `OVERLAPS` to its intended namespace and strengthen its test coverage ([#447](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/447)) ([6435f06](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/6435f0673250bd9e4f65b8918ff000c7b21b788a)) + ## [3.5.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.4.1...v3.5.0) (2025-09-06)