From 6cddfe281255d79da1f3c547a081950e5fc0d761 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 23:59:16 +0000 Subject: [PATCH] chore: release 3.3.0 --- .github/actions/release-please/manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/actions/release-please/manifest.json b/.github/actions/release-please/manifest.json index 144739cd..ff1c7af5 100644 --- a/.github/actions/release-please/manifest.json +++ b/.github/actions/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.2" + ".": "3.3.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f95e4f..285c677c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.3.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.2.2...v3.3.0) (2025-07-29) + + +### Features + +* Add support for formatting functions `to_char`, `to_date`, `to_number`, `to_timestamp` ([#386](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/386)) ([7a047e8](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/7a047e840bd4b1df608eb56ee796d19e209077e8)) +* Add support for range types ([#396](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/396)) ([cc4749c](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/cc4749c6f6df4b058c33caca3d21945d5e9a7f01)) + ## [3.2.2](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.2.1...v3.2.2) (2025-06-15)