Skip to content

Commit a4c5135

Browse files
committed
upgrade 1.0.85 and update changelog
1 parent d353623 commit a4c5135

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
## 1.0.84 - 2023-06-22
14+
15+
### Added
16+
17+
- fixes #823 Adds support for writeOnly. Thanks @fdutton
18+
19+
### Changed
20+
21+
- fixes #819 Reverts Undertow version to 2.2.25.Final. Thanks @fdutton
22+
23+
1324
## 1.0.84 - 2023-06-09
1425

1526
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Maven:
8181
<dependency>
8282
<groupId>com.networknt</groupId>
8383
<artifactId>json-schema-validator</artifactId>
84-
<version>1.0.84</version>
84+
<version>1.0.85</version>
8585
<exclusions>
8686
<exclusion>
8787
<groupId>org.apache.commons</groupId>
@@ -95,7 +95,7 @@ Gradle:
9595

9696
```java
9797
dependencies {
98-
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.84');
98+
compile(group: 'com.networknt', name: 'json-schema-validator', version: '1.0.85');
9999
}
100100
```
101101

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>com.networknt</groupId>
2525
<artifactId>json-schema-validator</artifactId>
26-
<version>1.0.84</version>
26+
<version>1.0.85</version>
2727
<packaging>bundle</packaging>
2828
<name>JsonSchemaValidator</name>
2929
<description>A json schema validator that supports draft v4, v6, v7, v2019-09 and v2020-12</description>

0 commit comments

Comments
 (0)