Skip to content

Commit

Permalink
upgrade to 1.0.87 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Sep 8, 2023
1 parent 185b456 commit b634de7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.0.87 - 2023-09-08

### Added

- fixes #852 New resource bundle languages added for issue. Thanks @channaveer1

### Changed

- fixes #837 Use correct namespace URI to pass XML validation. Thanks @@jbliznak


## 1.0.86 - 2023-07-05

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Maven:
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.86</version>
<version>1.0.87</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
Expand All @@ -95,7 +95,7 @@ Gradle:

```java
dependencies {
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.86');
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.87');
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.86</version>
<version>1.0.87</version>
<packaging>bundle</packaging>
<name>JsonSchemaValidator</name>
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>
Expand Down

0 comments on commit b634de7

Please sign in to comment.