Skip to content

Commit 03f9908

Browse files
committed
Prepare for minor release 1.1.0
1 parent 61e6e9f commit 03f9908

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,23 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
## [Unreleased](https://github.com/orca-services/cakephp-data-validation-testing)
77

88
### Added
9-
- Add the following new test methods:
10-
- Assert a field accepts only valid date values
11-
- Assert a field accepts only decimal values
12-
- Assert a field accepts only integer values
13-
- Assert a field enforces uniqueness across record
14-
- Assert a field's foreign key must reference an existing record
159

1610
### Changed
1711

1812
### Fixed
1913

2014
### Dependencies
2115

16+
## [1.1.0](https://github.com/orca-services/cakephp-data-validation-testing/releases/tag/1.1.0) - 2026-04-13
17+
18+
### Added
19+
- Add the following new test methods:
20+
- Assert a field accepts only valid date values
21+
- Assert a field accepts only decimal values
22+
- Assert a field accepts only integer values
23+
- Assert a field enforces uniqueness across record
24+
- Assert a field's foreign key must reference an existing record
25+
2226
## [1.0.0](https://github.com/orca-services/cakephp-data-validation-testing/releases/tag/1.0.0) - 2026-04-08
2327

2428
### Added

0 commit comments

Comments
 (0)