From a32b9a4d37dd73fe043663f64198d2239a6ba32c Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 13 Sep 2023 13:22:23 +0000 Subject: [PATCH] Version bump --- box.json | 2 +- changelog.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/box.json b/box.json index 08e0632..ca49c81 100644 --- a/box.json +++ b/box.json @@ -1,6 +1,6 @@ { "name":"TestBox", - "version":"5.3.1", + "version":"5.4.0", "location":"https://downloads.ortussolutions.com/ortussolutions/testbox/@build.version@/testbox-@build.version@.zip", "author":"Ortus Solutions ", "slug":"testbox", diff --git a/changelog.md b/changelog.md index 5c7538c..1651db7 100644 --- a/changelog.md +++ b/changelog.md @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.3.1] - 2023-09-13 + ### Fixed - The variable `thisSuite` isn't defined if the for loop in the try/catch is never reached before the error. - (https://github.com/Ortus-Solutions/TestBox/pull/150) + () ## [5.3.0] - 2023-08-01 @@ -85,7 +87,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [TESTBOX-365](https://ortussolutions.atlassian.net/browse/TESTBOX-365) New build process using CommandBox - [TESTBOX-372](https://ortussolutions.atlassian.net/browse/TESTBOX-372) Adobe 2023 and Lucee 6 Support -[Unreleased]: https://github.com/Ortus-Solutions/TestBox/compare/v5.3.0...HEAD +[Unreleased]: https://github.com/Ortus-Solutions/TestBox/compare/v5.3.1...HEAD + +[5.3.1]: https://github.com/Ortus-Solutions/TestBox/compare/v5.3.0...v5.3.1 [5.3.0]: https://github.com/Ortus-Solutions/TestBox/compare/v5.2.0...v5.3.0