Skip to content

Commit f295a40

Browse files
committed
upgrade version to 0.1.7 and update changelog
1 parent 0b1e0b3 commit f295a40

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

1010
### Changed
1111

12+
## 0.1.7 - 2017-04-26
13+
### Added
14+
15+
### Changed
16+
- Fixes #25 Enable Undertow server to test remote schemas
17+
- Add test with id schema as url Thanks @eskabetxe
18+
- If schema not valid to oneOf, added all errors. Thanks @eskabetxe
19+
1220
## 0.1.6 - 2017-04-03
1321
### Added
1422

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.6</version>
22+
<version>0.1.7</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)