From c7ec650cfcf959187bfc00247110d744abb7477b Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Fri, 11 Aug 2023 10:53:18 -0700 Subject: [PATCH] note tools.build update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e8715..a00de92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ * 2.4.next in progress * Attempt to clarify the formatting behavior of the `:values` clause when used to produce column names. + * Update `tools.build` to 0.9.5 (and remove `:java-opts` setting from `build/run-task`) * 2.4.1045 -- 2023-06-25 * Address [#495](https://github.com/seancorfield/honeysql/issues/495) by adding (experimental) `formatf` function -- purely for discussion: may be removed in a subsequent release!