From 9365b7d0e501023275f9a88104d1784136fd2fe2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:18:13 +0000 Subject: [PATCH] chore(2.x): release 2.15.1 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index fcc47ff7..395085ae 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.15.0" + ".": "2.15.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1979c8f..499cbb66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.1](https://github.com/cycle/database/compare/2.15.0...2.15.1) (2025-12-12) + + +### Bug Fixes + +* correct condition check for named parameters in Interpolator ([#238](https://github.com/cycle/database/issues/238)) ([283709e](https://github.com/cycle/database/commit/283709e7f7d6cba4c2a144744be261d0abb9f7d0)) + ## [2.15.0](https://github.com/cycle/database/compare/2.14.0...2.15.0) (2025-07-22)