From 0faf52caf8f21a7280ef5b9a052c6f3c16c2ba60 Mon Sep 17 00:00:00 2001 From: CommandBox Semantic Release Date: Tue, 28 May 2024 15:29:43 +0000 Subject: [PATCH] __SEMANTIC RELEASE VERSION UPDATE__ --- CHANGELOG.md | 9 +++++++++ box.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0bfee..ad39dc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v9.10.3 +## 28 May 2024 — 15:29:28 UTC + +### fix + ++ __QueryUtils:__ Fix serializing simple value bindings to JSON + ([2ac6b0b](https://github.com/coldbox-modules/qb/commit/2ac6b0b27d9e46efa44b459995fca83e88584fc8)) + + # v9.10.2 ## 16 May 2024 — 19:10:23 UTC diff --git a/box.json b/box.json index b6c70f8..7e340f2 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"qb", - "version":"9.10.2", + "version":"9.10.3", "author":"Eric Peterson", "homepage":"https://github.com/coldbox-modules/qb", "documentation":"https://github.com/coldbox-modules/qb",