diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c13ad8..bede8e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v10.0.2 +## 31 Oct 2024 — 20:03:18 UTC + +### fix + ++ __QueryUtils:__ Fix timestamp formatting losing timezone information + ([0679aee](https://github.com/coldbox-modules/qb/commit/0679aeeb1efcc49d1198dab9cdac7b03375be439)) + + # v10.0.1 ## 08 Oct 2024 — 05:50:33 UTC diff --git a/box.json b/box.json index 021af4a..71ee3e4 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"qb", - "version":"10.0.1", + "version":"10.0.2", "author":"Eric Peterson", "homepage":"https://github.com/coldbox-modules/qb", "documentation":"https://github.com/coldbox-modules/qb",