Skip to content

Commit

Permalink
Prepare 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstevenson committed Apr 17, 2023
1 parent 5bedd43 commit 9bee7a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## [Unreleased]

## [2.1.0] - 2023-04-17
* BC Break: `document->toJson()` can now return null on failure
* Fixed: JSON encode exceptions are now caught and the error captured
* Fixed: Invalid schema exceptions are now caught and the error captured
* Fixed: Issue when adding a new schema and not resetting the validator

## [2.0.0] - 2023-04-10
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.1-dev"
"dev-main": "2.2-dev"
}
}
}

0 comments on commit 9bee7a2

Please sign in to comment.