Skip to content

Commit 9bee7a2

Browse files
committed
Prepare 2.1.0
1 parent 5bedd43 commit 9bee7a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## [Unreleased]
2+
3+
## [2.1.0] - 2023-04-17
4+
* BC Break: `document->toJson()` can now return null on failure
5+
* Fixed: JSON encode exceptions are now caught and the error captured
6+
* Fixed: Invalid schema exceptions are now caught and the error captured
27
* Fixed: Issue when adding a new schema and not resetting the validator
38

49
## [2.0.0] - 2023-04-10

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-main": "2.1-dev"
39+
"dev-main": "2.2-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)