From 91da23d6bb0cd10596f6b42fbbeb7eada0eeefea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:57:04 +0000 Subject: [PATCH] chore: release 2.10.3 --- .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 45e2f0ab..53664e7e 100644 --- a/.github/actions/release-please/manifest.json +++ b/.github/actions/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "2.10.2" + ".": "2.10.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a238d0d2..5b8df0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.10.3](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v2.10.2...v2.10.3) (2025-03-24) + + +### Bug Fixes + +* Add support for Lexer v1 (allowed by ORM < v2.15) ([#300](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/300)) ([16fd227](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/16fd227d1841eccfff2ffe62a4d4c0b81c9fc3e3)) + ## [2.10.2](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v2.10.1...v2.10.2) (2025-03-20)