From ae684cd95db95fc0d663ee786ab5d74d462b5a06 Mon Sep 17 00:00:00 2001 From: CommandBox Semantic Release Date: Wed, 23 Aug 2023 22:46:44 +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 152dca1e..a197a19c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v9.5.0 +## 23 Aug 2023 — 22:46:32 UTC + +### feat + ++ __QueryBuilder:__ Add `findOrFail` and `existsOrFail` methods + ([96b9047](https://github.com/coldbox-modules/qb/commit/96b9047bc012f1144e03a5407dca3209363ea7cd)) + + # v9.4.1 ## 21 Jul 2023 — 14:28:20 UTC diff --git a/box.json b/box.json index b11f06a3..c2c520e0 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"qb", - "version":"9.4.1", + "version":"9.5.0", "author":"Eric Peterson", "homepage":"https://github.com/coldbox-modules/qb", "documentation":"https://github.com/coldbox-modules/qb",