From f36f601560165ffd85d9e1cdcc3c3ffc493c148c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 22:09:00 +0000 Subject: [PATCH] chore: release 3.6.1 --- .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 f391d416..a25092c4 100644 --- a/.github/actions/release-please/manifest.json +++ b/.github/actions/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "3.6.0" + ".": "3.6.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 03b6afbe..3b0058ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.6.1](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.6.0...v3.6.1) (2025-11-08) + + +### Bug Fixes + +* **#473:** Add public getter methods to `Range` value objects ([#477](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/477)) ([9ba319e](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/9ba319ea1d4cfeea48dfa6ab44d1820f51c689a9)) +* **#474:** Support usage of arithmetic expressions in mathematical functions ([#475](https://github.com/martin-georgiev/postgresql-for-doctrine/issues/475)) ([75b025d](https://github.com/martin-georgiev/postgresql-for-doctrine/commit/75b025d636b52621b4be47bd94ea1f163017450e)) + ## [3.6.0](https://github.com/martin-georgiev/postgresql-for-doctrine/compare/v3.5.1...v3.6.0) (2025-10-23)