From 7dd1273eae01af07779b16ab842ac954f1555738 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 15 Jun 2023 14:06:00 +0000 Subject: [PATCH] Finalized changelog for v4.3.1 --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ae7bdcc..827a369 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.1] - 2023-06-15 + ### Fixed - Only perform type evaluation if target value is not null or empty string #75 @@ -272,7 +274,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Create first module version -[Unreleased]: https://github.com/coldbox-modules/cbvalidation/compare/v4.3.0...HEAD +[Unreleased]: https://github.com/coldbox-modules/cbvalidation/compare/v4.3.1...HEAD + +[4.3.1]: https://github.com/coldbox-modules/cbvalidation/compare/v4.3.0...v4.3.1 [4.3.0]: https://github.com/coldbox-modules/cbvalidation/compare/v4.2.0...v4.3.0