Skip to content

Commit 54d1b71

Browse files
committed
upgrade to 2.0.1 and update changelog
1 parent 0dde00c commit 54d1b71

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

1212
### Changed
1313

14+
### Changed
15+
16+
## 2.0.1- 2025-12-11
17+
18+
### Added
19+
20+
### Changed
21+
22+
- Skip processing of properties keyword if not an object (#1217) Thanks @justin-tay
23+
- Allow for default dialect id not to be specified and throw an exception (#1212) Thanks @justin-tay
24+
- Fix multipleOf error message for fractional digits greater than 3 (#1210) Thanks @justin-tay
25+
1426
## 2.0.0- 2025-10-25
1527

1628
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,15 @@ This package is available on Maven central.
227227
<dependency>
228228
<groupId>com.networknt</groupId>
229229
<artifactId>json-schema-validator</artifactId>
230-
<version>2.0.0</version>
230+
<version>2.0.1</version>
231231
</dependency>
232232
```
233233

234234
#### Gradle:
235235

236236
```java
237237
dependencies {
238-
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '2.0.0');
238+
implementation(group: 'com.networknt', name: 'json-schema-validator', version: '2.0.1');
239239
}
240240
```
241241

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</version>
26+
<version>2.0.1</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)