Skip to content

Commit

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

### Changed

## 1.0.75 - 2022-12-10

### Added

### Changed

- fixes #628 schema path fixes in oneOf,allOf and anyOf validators. Thanks @prashanthjos

## 1.0.74 - 2022-12-02

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ Maven:
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.74</version>
<version>1.0.75</version>
</dependency>
```

Gradle:

```java
dependencies {
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.74");
compile(group: "com.networknt", name: "json-schema-validator", version: "1.0.75");
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.74</version>
<version>1.0.75</version>
<packaging>bundle</packaging>
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>
<url>https://github.com/networknt/json-schema-validator</url>
Expand Down

0 comments on commit 90275b5

Please sign in to comment.