Skip to content

Commit

Permalink
upgrade 1.0.85 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jun 22, 2023
1 parent d353623 commit a4c5135
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.84 - 2023-06-22

### Added

- fixes #823 Adds support for writeOnly. Thanks @fdutton

### Changed

- fixes #819 Reverts Undertow version to 2.2.25.Final. Thanks @fdutton


## 1.0.84 - 2023-06-09

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

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.84</version>
<version>1.0.85</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 a4c5135

Please sign in to comment.