Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Version bump
  • Loading branch information
Github Actions committed Jun 15, 2023
commit f81e904fe1ba8438080e11b5fa8012da4658a25e
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name":"ColdBox Validation",
"author":"Ortus Solutions <[email protected]>",
"version":"4.3.1",
"version":"4.4.0",
"location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/[email protected]@.zip",
"slug":"cbvalidation",
"type":"modules",
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down