Skip to content

Commit bb4ebe9

Browse files
committed
upgrade to 0.1.16 and update changelog
1 parent a06da9e commit bb4ebe9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

1010
### Changed
1111

12-
## 0.1.15 - 2017-02-16
12+
## 0.1.16 - 2018-03-03
13+
14+
### Added
15+
16+
### Changed
17+
- Fixes #62 Correct behavior when both allOf and type are present. Thanks @ehrmann
18+
- Fixes #70 Minor optimizations. Thanks @ehrmann
19+
20+
## 0.1.15 - 2018-02-16
1321

1422
### Added
1523

1624
### Changed
1725
- Fixes #65 enhance day validation regex for date format. Thanks @chenyan71
1826

1927

20-
## 0.1.14 - 2017-02-14
28+
## 0.1.14 - 2018-02-14
2129

2230
### Added
2331

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<modelVersion>4.0.0</modelVersion>
2020
<groupId>com.networknt</groupId>
2121
<artifactId>json-schema-validator</artifactId>
22-
<version>0.1.15</version>
22+
<version>0.1.16</version>
2323
<description>A json schema validator that supports draft v4</description>
2424
<url>https://github.com/networknt/json-schema-validator</url>
2525
<name>JsonSchemaValidator</name>

0 commit comments

Comments
 (0)