diff --git a/CHANGELOG.md b/CHANGELOG.md index e5f19fb..cf3ec7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changes +* 2.2.next in progress + * Update `build-clj` to v0.6.6. + * 2.2.840 -- 2021-12-23 * Fix #375 for `:nest` statement. * Fix #374 by removing aliasing of `:is` / `:is-not` -- this changes the behavior of `[:is-not :col true/false]` to be _correct_ and _include `NULL` values_. Using `:is` / `:is-not` with values that are not Boolean and not `nil` will produce invalid SQL. diff --git a/deps.edn b/deps.edn index 1fec44a..8f4b7f3 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,7 @@ :aliases {;; for help: clojure -A:deps -T:build help/doc :build {:deps {io.github.seancorfield/build-clj - {:git/tag "v0.6.5" :git/sha "972031a"}} + {:git/tag "v0.6.6" :git/sha "171d5f1"}} :ns-default build} ;; versions to test against: