From e86c5150b5fe6397f8b3a1577408ff0cf40b0282 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:12:56 +0000 Subject: [PATCH] chore(2.x): release 2.20.0 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 41cdeb1d..cd831143 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.19.0" + ".": "2.20.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 78e6f0d4..841d6073 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.20.0](https://github.com/cycle/database/compare/2.19.0...2.20.0) (2026-06-11) + + +### Features + +* **SelectQuery:** refine Psalm integer types on query bounds ([#257](https://github.com/cycle/database/issues/257)) ([2cae328](https://github.com/cycle/database/commit/2cae328e5025fa4c6a8d00a01d63c0da31b35c21)) + + +### Bug Fixes + +* **SelectQuery:** process the last partial chunk in `runChunks()` ([#255](https://github.com/cycle/database/issues/255)) ([38c3403](https://github.com/cycle/database/commit/38c340327f7e2ce45d9485df77e8dc6546ddd779)) + ## [2.19.0](https://github.com/cycle/database/compare/2.18.0...2.19.0) (2026-05-28)