Skip to content

Commit

Permalink
upgrade to 1.0.73 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Sep 19, 2022
1 parent 6041dd7 commit 88ce022
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

## 1.0.73 - 2022-09-19

### Added
- fixes #593 Add validator for duration format. Thanks @iouakrim

### Changed

- upgrade undertow to 2.2.18.Final to 2.2.19.Final
- fixes #563 Support adding custom message at attribute level. Thanks @makeItEasyQ
- fixes #606 Handle matched state in AnyOfValidator. Thanks @sgerke-1L
- fixes #598 Add italian translation. Thanks @sbernardo
- fixes #594 Remove commons lang as a compile time dependency. Thanks @agentgt
- fixes #592 Add NonValidationKeyword "else" on 201909 and 202012. Thanks @ionutalex88


## 1.0.72 - 2022-07-17

### Added
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.72</version>
<version>1.0.73</version>
</dependency>
```

Gradle:

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

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.72</version>
<version>1.0.73</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 88ce022

Please sign in to comment.