Skip to content

Commit e38adec

Browse files
chore: release 3.2.1
1 parent 7e4be89 commit e38adec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.2.0"
2+
".": "3.2.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.2.1](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.2.0...v3.2.1) (2025-05-24)
4+
5+
6+
### Bug Fixes
7+
8+
* **#351:** Remove invalid or non-PostgreSQL-compliant test cases; ensure edge cases for backslashes, quotes, special characters, and NULL handling are covered ([#385](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/385)) ([c5f7327](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/c5f73279bc32bb185a93d81363a014193b6c1657))
9+
* **#367:** Change to uppercase the return value of `getSQLDeclaration` ([#368](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/368)) ([7e4be89](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/7e4be89bfd630356f390bdd3e457500b78c568ad))
10+
311
## [3.2.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.1.0...v3.2.0) (2025-05-23)
412

513

0 commit comments

Comments
 (0)