Skip to content

Commit

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

### Changed

## 1.0.78 - 2023-03-04

### Added

### Changed

- update the README.md to indicate that 202012 version is only partially supported.
- fixes #668 handle references to yaml sub-schemas. Thanks @danfelicetta-RL
- fixes #664 Provide/unify schema path for applicator schemas. Thanks @htdan
- fixes #666 Clarify usage of Apache commons lang in README.md. Thanks @loadedice
- fixes #663 Use full schema path to look up type validators for anyOf operator. Thanks @pshevche
- fixes #661 Make DependentRequired error message more helpful. Thanks @bernie-schelberg-mywave


## 1.0.77 - 2023-02-13

### 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.77</version>
<version>1.0.78/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.77');
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.78');
}
```

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.77</version>
<version>1.0.78</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 a6a5403

Please sign in to comment.