Skip to content

Commit b634de7

Browse files
committed
upgrade to 1.0.87 and update changelog
1 parent 185b456 commit b634de7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
## 1.0.87 - 2023-09-08
14+
15+
### Added
16+
17+
- fixes #852 New resource bundle languages added for issue. Thanks @channaveer1
18+
19+
### Changed
20+
21+
- fixes #837 Use correct namespace URI to pass XML validation. Thanks @@jbliznak
22+
23+
1324
## 1.0.86 - 2023-07-05
1425

1526
### Added

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Maven:
8181
<dependency>
8282
<groupId>com.networknt</groupId>
8383
<artifactId>json-schema-validator</artifactId>
84-
<version>1.0.86</version>
84+
<version>1.0.87</version>
8585
<exclusions>
8686
<exclusion>
8787
<groupId>org.apache.commons</groupId>
@@ -95,7 +95,7 @@ Gradle:
9595

9696
```java
9797
dependencies {
98-
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.86');
98+
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.87');
9999
}
100100
```
101101

pom.xml

+1-1
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>1.0.86</version>
26+
<version>1.0.87</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)