Skip to content

Commit

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

### Changed

- fixes #532 Invalid (non-string) $schema produces NullPointerException
## 1.0.68 - 2022-03-27

### Added

- fixes #534 Adding Unevaluated properties keyword. Thanks @prashanthjos

### Changed

- fixes #537 Fix oneOf bug. Thanks @RenegadeWizard and @sychlak
- fixes #511 Improve validation messages (German and default) Thanks @AndreasALoew
- fixes #539 Refactoring-code. Thanks @Sahil3198
- fixes #532 Invalid (non-string) $schema produces NullPointerException. Thanks @christi-square
- fixes #530 Fixed a typo in the validators documentation. Thanks @jontrost
- fixes #529 Updates to German translation. Thanks @rustermi

## 1.0.67 - 2022-03-05

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

Gradle:

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

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.68-SNAPSHOT</version>
<version>1.0.68</version>
<packaging>bundle</packaging>
<description>A json schema validator that supports draft v4, v6, v7 and v2019-09</description>
<url>https://github.com/networknt/json-schema-validator</url>
Expand Down

0 comments on commit 45d3bc1

Please sign in to comment.