From 6b77a7ae2b653dbb987394ecd3d6e89ddeff3720 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Thu, 5 Sep 2019 18:45:42 +0000 Subject: [PATCH] __SEMANTIC RELEASE VERSION UPDATE__ --- CHANGELOG.md | 14 ++++++++++++++ box.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb7d773a..ae498930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v6.5.0 +## 05 Sep 2019 — 18:45:38 UTC + +### feat + ++ __QueryBuilder:__ Add a performant clone method + ([f1b367a](https://github.com/coldbox-modules/qb/commit/f1b367aca2912119ab98986d1e4716effd62b93e)) + +### fix + ++ __Utils:__ Preserve column casing when removing columns + ([433df5d](https://github.com/coldbox-modules/qb/commit/433df5dd4194a6832a135a1f5d68525fc02fd4d3)) + + # v6.4.1 ## 04 Sep 2019 — 21:14:02 UTC diff --git a/box.json b/box.json index 58b8e841..4036e7d1 100644 --- a/box.json +++ b/box.json @@ -1,10 +1,10 @@ { "name":"qb", - "version":"6.4.1", + "version":"6.5.0", "author":"Eric Peterson", "homepage":"https://github.com/coldbox-modules/qb", "documentation":"https://github.com/coldbox-modules/qb", - "location":"coldbox-modules/qb#v6.4.1", + "location":"coldbox-modules/qb#v6.5.0", "scripts":{ "generateAPIDocs":"rm docs --recurse --force && docbox generate mapping=qb excludes=test|ModuleConfig strategy-outputDir=docs strategy-projectTitle=qb", "commitAPIDocs":"run-script generateAPIDocs && !git add docs/apidocs/* && !git commit -m 'Updated API Docs'",