diff --git a/box.json b/box.json index 5eab7d6..85966a8 100644 --- a/box.json +++ b/box.json @@ -1,7 +1,7 @@ { "name":"ColdBox Validation", "author":"Ortus Solutions ", - "version":"4.4.0", + "version":"4.5.0", "location":"https://downloads.ortussolutions.com/ortussolutions/coldbox-modules/cbvalidation/@build.version@/cbvalidation-@build.version@.zip", "slug":"cbvalidation", "type":"modules", diff --git a/changelog.md b/changelog.md index bfa47b2..afc6276 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.4.0] - 2023-10-16 + ### Added - requiredIf accepts a UDF and closure now @@ -282,7 +284,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.1...HEAD +[Unreleased]: https://github.com/coldbox-modules/cbvalidation/compare/v4.4.0...HEAD + +[4.4.0]: https://github.com/coldbox-modules/cbvalidation/compare/v4.3.1...v4.4.0 [4.3.1]: https://github.com/coldbox-modules/cbvalidation/compare/v4.3.0...v4.3.1