From 9b511e20bedb65bd469dedcf19e88ce21a97a1d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:56:13 +0000 Subject: [PATCH] chore: release 3.6.0 --- .github/actions/release-please/manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/actions/release-please/manifest.json b/.github/actions/release-please/manifest.json index 3549461d..f391d416 100644 --- a/.github/actions/release-please/manifest.json +++ b/.github/actions/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.1" + ".": "3.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a14224c..03b6afbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.6.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.5.1...v3.6.0) (2025-10-23) + + +### Features + +* **#456:** Add convenience factory methods to `WktSpatialData` ([#459](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/459)) ([7242665](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/7242665ff5cee24a80dddf85efe3b4a463ba3cbb)) +* **#458:** Ensure Doctrine returns PostgreSQL spatial data in text format (EWKT) instead of binary format (EWKB) ([#462](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/462)) ([8ac7a70](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/8ac7a703c078a5845beee35e2f7f767cd563fbb4)) +* Add support for `uuid_extract_timestamp` and `uuid_extract_version` ([#466](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/466)) ([77a513f](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/77a513fe4472bbcc7c001bd25648384c48b39b16)) +* Add support for some new functions from PostgreSQL 18 ([#464](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/464)) ([118bfa3](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/118bfa361ccbb776fe7832a05da357f5557568c5)) + ## [3.5.1](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.5.0...v3.5.1) (2025-09-12)