Skip to content

Commit 5788bba

Browse files
committed
update README and changelog before release
1 parent 194dabe commit 5788bba

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

1010
### Changed
1111

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+
1221
## 1.0.22 - 2019-10-22
1322

1423
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Add the following to your `pom.xml`:
5151
<dependency>
5252
<groupId>com.networknt</groupId>
5353
<artifactId>json-schema-validator</artifactId>
54-
<version>1.0.22</version>
54+
<version>1.0.23</version>
5555
</dependency>
5656
```
5757

0 commit comments

Comments
 (0)