From cdedd4aca7a8f74bb41dfd60bc6c72a4124b6013 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 23 Dec 2021 13:14:22 -0800 Subject: [PATCH] note build-clj in change log --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00d38cc..d5b552d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ Only accretive/fixative changes will be made from now on. * 1.2.next in progress * Update log4j2 test dependency. - * Update `build-clj` to v0.6.4. + * Update `build-clj` to v0.6.5. * 1.2.761 -- 2021-12-15 * Fix #194 by throwing an exception if a table or column name used with the friendly SQL functions (or the SQL builder functions behind them) contains a "suspicious" character (currently, that's just `;`).