diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da63588..a3cb93d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v8.7.2 +## 29 Sep 2021 — 22:05:52 UTC + +### fix + ++ __QueryUtils:__ Add better null handling to inferSqlType + ([1f11650](https://github.com/coldbox-modules/qb/commit/1f11650cfff88ce5cc03e21df1ce99913b60c398)) + + # v8.7.1 ## 22 Sep 2021 — 02:17:56 UTC diff --git a/box.json b/box.json index fb6ff398..931e250d 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"qb", - "version":"8.7.1", + "version":"8.7.2", "author":"Eric Peterson", "homepage":"https://github.com/coldbox-modules/qb", "documentation":"https://github.com/coldbox-modules/qb",