diff --git a/CHANGELOG.md b/CHANGELOG.md index ad39dc6..0cf0508 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v9.11.0 +## 12 Jun 2024 — 21:25:50 UTC + +### feat + ++ __SchemaBuilder:__ Added ability to specify precision for timestamp datatypes ([6e559ae](https://github.com/coldbox-modules/qb/commit/6e559ae86664a58f8e9a2a6cd380eba5e14f5ee5)) + + # v9.10.3 ## 28 May 2024 — 15:29:28 UTC diff --git a/box.json b/box.json index 7e340f2..f52287b 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"qb", - "version":"9.10.3", + "version":"9.11.0", "author":"Eric Peterson", "homepage":"https://github.com/coldbox-modules/qb", "documentation":"https://github.com/coldbox-modules/qb",