Skip to content

Commit 0dde00c

Browse files
committed
upgrade to 2.0.0 and update changelog
1 parent b4abbc2 commit 0dde00c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ This project does not adhere to [Semantic Versioning](https://semver.org/) and m
1111

1212
### Changed
1313

14+
## 2.0.0- 2025-10-25
15+
16+
### Added
17+
18+
### Changed
19+
20+
- Fix ref with sibling id from 2019-09 (#1203) Thanks @justin-tay
21+
- Refactor walk and update docs (#1202) Thanks @justin-tay
22+
- Fix matching of $ when there are trailing newlines (#1201) Thanks @justin-tay
23+
- Refactor evaluation context out from validator state (#1199) Thanks @justin-tay
24+
- Main refactor for 2.x (#1198) Thanks @justin-tay
25+
- Refactor set to list in execution context (#1197) Thanks @justin-tay
26+
- Refactor and remove validation message handler (#1196) Thanks @justin-tay
27+
- Add benchmark for performance regression testing (#1195) Thanks @justin-tay
28+
1429
## 1.5.9- 2025-09-13
1530

1631
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.0</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)