We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194dabe commit 5788bbaCopy full SHA for 5788bba
CHANGELOG.md
@@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Changed
11
12
+## 1.0.23 - 2019-10-28
13
+
14
+### Added
15
16
+### Changed
17
18
+- fixes #199 More than a million validation errors crashes the application. Thanks @khiftikhar
19
20
21
## 1.0.22 - 2019-10-22
22
23
### Added
README.md
@@ -51,7 +51,7 @@ Add the following to your `pom.xml`:
51
<dependency>
52
<groupId>com.networknt</groupId>
53
<artifactId>json-schema-validator</artifactId>
54
- <version>1.0.22</version>
+ <version>1.0.23</version>
55
</dependency>
56
```
57
0 commit comments