From 695351e33cdb250f752f1a49ff17e20efa7c0c83 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 28 Jan 2025 15:28:55 -0800 Subject: [PATCH] fix 2.6.1270/2.6.1267 reference Signed-off-by: Sean Corfield --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f302dc..f065665 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * Add examples of `:alias` with `:group-by` (syntax is slightly different to existing examples for `:order-by`). * 2.6.1270 -- 2025-01-17 - * Fix autoboxing introduced in 2.6.1270 via PR [#564](https://github.com/seancorfield/honeysql/pull/564) [@alexander-yakushev](https://github.com/alexander-yakushev). + * Fix autoboxing introduced in 2.6.1267 via PR [#564](https://github.com/seancorfield/honeysql/pull/564) [@alexander-yakushev](https://github.com/alexander-yakushev). * 2.6.1267 -- 2025-01-16 * Support expressions in `WITH` clauses via PR [#563](https://github.com/seancorfield/honeysql/pull/563) [@krevedkokun](https://github.com/krevedkokun).