From 04e7e5b3ab6ddcd2d5f9352b462fc4300a48d990 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 24 Mar 2024 21:25:47 -0700 Subject: [PATCH] bump clojure versions for testing Signed-off-by: Sean Corfield --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8ddb3..7283143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changes +* 2.6.next in progress + * Update Clojure versions (to 1.11.2 and 1.12.0-alpha9). + * 2.6.1126 -- 2024-03-04 * Address [#524](https://github.com/seancorfield/honeysql/issues/524) by adding example of `{:nest ..}` in `:union` clause reference docs. * Address [#523](https://github.com/seancorfield/honeysql/issues/523) by expanding examples in README **Functions** to show aliases.