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)